mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
4bd9f267bd
* Added viewport meta tag for mobile views and Added comments for hamburger styling * Cleaned styling of hamburger
9 lines
212 B
Scheme
9 lines
212 B
Scheme
<head>
|
|
<% base_tag %>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title><% if Title %>$Title – <% end_if %>$DocumentationTitle</title>
|
|
</head>
|
|
|
|
<body>
|