diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-08-30 13:17:32 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-08-30 13:17:32 +0000 |
| commit | 1147a663e70aadb2578cbe601bc723d7cd939c5a (patch) | |
| tree | b5100d2031328be3cfd3e9ae62730436bd573e0f /layouts/blog/single.html | |
| parent | added .gitignore (diff) | |
added non-content
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 }} |
