diff options
| author | Kleidi Bujari <mail@4kb.net> | 2026-08-27 19:01:12 -0700 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2026-09-01 12:23:11 -0700 |
| commit | 1a181be93f37a94b347b2f5f97a1fef57e11cf89 (patch) | |
| tree | 1a637e7a9687bcfa919558a0c67dc9db2909cb95 /packages/code/kleidi-ca/templates/default.html | |
| parent | 68d01fdea7f2052f629cb55bacc3a221d1bb61ea (diff) | |
| download | depot-1a181be93f37a94b347b2f5f97a1fef57e11cf89.tar.gz depot-1a181be93f37a94b347b2f5f97a1fef57e11cf89.tar.bz2 depot-1a181be93f37a94b347b2f5f97a1fef57e11cf89.zip | |
[kleidi.ca] init hakyll version of kleidi-cahakyll
Diffstat (limited to 'packages/code/kleidi-ca/templates/default.html')
| -rw-r--r-- | packages/code/kleidi-ca/templates/default.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/packages/code/kleidi-ca/templates/default.html b/packages/code/kleidi-ca/templates/default.html new file mode 100644 index 0000000..5ebc49c --- /dev/null +++ b/packages/code/kleidi-ca/templates/default.html @@ -0,0 +1,36 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>My Hakyll Blog - $title$</title> + <link rel="stylesheet" href="/css/default.css" /> + </head> + <body> + <header + style=" + margin: 3em 0 3em 0; + display: flex; + gap: 8px; + flex-direction: column; + font-family: monospace; + " + > + <span> + Kleidi Bujari <<a href="mailto:mail@4kb.net">mail@4kb.net</a>> + </span> + <nav style="display: flex; gap: 8px"> + <span><a href="/">kleidi.ca</a> |</span> + <a href="/about.html">about</a> + <a href="/posts/">posts</a> + <a target="_blank" href="https://github.com/kbujari">github</a> + </nav> + </header> + + <main role="main"> + <h1>$title$</h1> + $body$ + </main> + </body> +</html> |
