diff options
Diffstat (limited to 'layouts/blog/single.html')
| -rw-r--r-- | layouts/blog/single.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html new file mode 100644 index 0000000..d702e70 --- /dev/null +++ b/layouts/blog/single.html @@ -0,0 +1,15 @@ +{{ define "main" }} +<article class="markdown book-post"> + <!-- <h1> --> + <!-- {{ partial "docs/title.html" . }} --> + <!-- </h1> --> + {{ partial "docs/post-meta" . }} + <div class="book-post-content"> + {{- .Content -}} + </div> +</article> +{{ end }} + +{{ define "toc" }} + {{ partial "docs/toc" . }} +{{ end }} |
