Init v3.2
This commit is contained in:
7
themes/blog/extraNav.html
Normal file
7
themes/blog/extraNav.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{template "header" .}}
|
||||
<div class="sub-title">- {{ .Title }} -</div>
|
||||
<div id="about"></div>
|
||||
<script>
|
||||
document.getElementById('about').innerHTML = marked({{ .Data.Body }});
|
||||
</script>
|
||||
{{template "footer" .}}
|
Reference in New Issue
Block a user