diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-23 17:24:54 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-23 17:24:54 -0700 |
| commit | 9c7895f5cdd27aeadcaa7128682a047cfc4fb3f8 (patch) | |
| tree | 095be38789871a82d1aebd0ed3cf2547b7b850db /templates/blog/post.html.template | |
| parent | Fix the page title for blog posts. (diff) | |
| download | roseh.moe-9c7895f5cdd27aeadcaa7128682a047cfc4fb3f8.tar.zst | |
Don't pre-render templates.
Diffstat (limited to 'templates/blog/post.html.template')
| -rw-r--r-- | templates/blog/post.html.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/blog/post.html.template b/templates/blog/post.html.template index ba5e81f..d250fee 100644 --- a/templates/blog/post.html.template +++ b/templates/blog/post.html.template @@ -1,4 +1,5 @@ <article> <a href="/">⬅️Home</a> + <h1>{{template "title" .}}</h1> {{template "post"}} </article> |
