diff options
author | mms <michal@sapka.me> | 2024-06-14 23:25:36 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-14 23:25:36 +0200 |
commit | d3a085d96134a8ae8e948ee4ba20b47eddd0272a (patch) | |
tree | 63269eff72fb5cf755cc859edaeb40495203e1a5 /layouts | |
parent | 745426998d1159bb00d5f432b8ff9ae33bcf236f (diff) |
feat: cool emacs, start of
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/cool-emacs/baseof.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/cool-emacs/baseof.html b/layouts/cool-emacs/baseof.html new file mode 100644 index 0000000..41f693d --- /dev/null +++ b/layouts/cool-emacs/baseof.html @@ -0,0 +1,8 @@ + +<body> + + <header> + Cool Emacs + <hr> + <h1>{{ .Title }}</h1> + </header> |