added favarites page

This commit is contained in:
2017-05-03 16:53:20 -04:00
parent b3cf18a6f8
commit f45af74fc4
3 changed files with 42 additions and 1 deletions

11
layouts/favs/single.html Normal file
View File

@@ -0,0 +1,11 @@
{{ partial "header.html" . }}
<div class="postBody">
<div class="post">
<h1>{{ .Title }}</h1>
<div class="content">
{{ .TableOfContents }}
{{ .Content }}
</div>
</div>
</div>
{{ partial "footer.html" . }}