diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-22 18:49:51 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-22 18:49:51 -0700 |
| commit | 43a4ee6234d3a38d6f9853b53c3d03cc67cd3287 (patch) | |
| tree | b47e3463dc8e6e15a419213a198c2d76da782606 /templates/outline.html.template | |
| parent | 43bcdbcb3f3956d5760a56324e30253e95ac02ed (diff) | |
| download | roseh.moe-43a4ee6234d3a38d6f9853b53c3d03cc67cd3287.tar.zst | |
Write a blog post.
Diffstat (limited to 'templates/outline.html.template')
| -rw-r--r-- | templates/outline.html.template | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/outline.html.template b/templates/outline.html.template new file mode 100644 index 0000000..960a880 --- /dev/null +++ b/templates/outline.html.template @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>rose.moe</title> + <link rel="icon" href="/static/icon.png"> + <link rel="stylesheet" href="/static/styles.css"> + </head> + <body> +{{template "body" .}} + </body> +</html> |
