mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
More more of the page to replacable includes.
This commit is contained in:
parent
be9eef83b4
commit
93dc64c480
@ -1,13 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<% base_tag %>
|
||||
<meta charset="utf-8" />
|
||||
<title><% if Title %>$Title – <% end_if %>$DocumentationTitle</title>
|
||||
</head>
|
||||
<% include DocumentationHead %>
|
||||
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<div id="layout" class="clearfix">
|
||||
<% include DocumentationSidebar %>
|
||||
@ -32,5 +27,6 @@
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<% end_if %>
|
||||
</body>
|
||||
|
||||
<% include DocumentationEnd %>
|
||||
</html>
|
||||
|
1
templates/Includes/DocumentationEnd.ss
Normal file
1
templates/Includes/DocumentationEnd.ss
Normal file
@ -0,0 +1 @@
|
||||
</body>
|
9
templates/Includes/DocumentationHead.ss
Normal file
9
templates/Includes/DocumentationHead.ss
Normal file
@ -0,0 +1,9 @@
|
||||
<head>
|
||||
<% base_tag %>
|
||||
<meta charset="utf-8" />
|
||||
<title><% if Title %>$Title – <% end_if %>$DocumentationTitle</title>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
Loading…
Reference in New Issue
Block a user