mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
Put the comments in layout template as to not include it on search or 404
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@119992 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7abc39f423
commit
3c62affa6a
4
themes/docs/templates/DocumentationViewer.ss
vendored
4
themes/docs/templates/DocumentationViewer.ss
vendored
@ -65,10 +65,6 @@
|
||||
<div id="content" class="typography">
|
||||
$Layout
|
||||
</div>
|
||||
|
||||
<% if Content %>
|
||||
<% include Comments %>
|
||||
<% end_if %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
14
themes/docs/templates/Layout/DocumentationViewer.ss
vendored
Normal file
14
themes/docs/templates/Layout/DocumentationViewer.ss
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<div id="documentation-page">
|
||||
<div id="left-column">
|
||||
$Content
|
||||
|
||||
<% include Comments %>
|
||||
</div>
|
||||
|
||||
<% if Content %>
|
||||
<div id="right-column">
|
||||
<% include DocTableOfContents %>
|
||||
<% include DocInThisModule %>
|
||||
</div>
|
||||
<% end_if %>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user