diff options
author | frosty <passedgoadngot200@disroot.org> | 2025-08-28 10:48:45 -0400 |
---|---|---|
committer | frosty <passedgoadngot200@disroot.org> | 2025-08-28 10:48:45 -0400 |
commit | f89969d98637f244b9325f16c0b3b923fb65ef59 (patch) | |
tree | c6020d8d2fd7b54c8ba84330fc35b051ecac8151 /themes/orca/layouts/_default/blog.html | |
parent | d0deda9b496f582374f71bf25dd97b8410387a21 (diff) | |
download | www-f89969d98637f244b9325f16c0b3b923fb65ef59.tar.gz www-f89969d98637f244b9325f16c0b3b923fb65ef59.zip |
Diffstat (limited to 'themes/orca/layouts/_default/blog.html')
-rw-r--r-- | themes/orca/layouts/_default/blog.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/orca/layouts/_default/blog.html b/themes/orca/layouts/_default/blog.html deleted file mode 100644 index 0f73423..0000000 --- a/themes/orca/layouts/_default/blog.html +++ /dev/null @@ -1,8 +0,0 @@ -{{ define "main" }} -<h1>{{ .Title }}</h1> - {{ .TableOfContents }} - {{ .Content }} - {{ with .Lastmod }} -<p>Last modified {{ .Format "January 2nd, 2006" }}.</p> - {{ end }} -{{ end }} |