diff options
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template.html b/template.html index f1d0d48..d850d51 100644 --- a/template.html +++ b/template.html @@ -1,6 +1,7 @@ <html lang="en"> <head> <title>TITLE - metamuffin's website</title> + <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="metamuffin's personal website" /> <link rel="stylesheet" href="/style.css" /> @@ -20,6 +21,7 @@ <a href="/about.html">About</a> <a href="/blog.html">Blog</a> <a href="/projects.html">Projects</a> + <a href="/services.html">Services</a> <a href="/contact.html">Contact</a> <a href="https://codeberg.org/metamuffin">Codeberg</a> </nav> @@ -31,10 +33,13 @@ <footer> <hr /> <p> - metamuffin's website; version TODO; sources available on + metamuffin's website; sources available on <a href="https://codeberg.org/metamuffin/metamuffin-website" >codeberg</a> </p> + <p> + Version: <code><?ex git log --format=oneline -n 1 ?></code> + </p> <hr /> <iframe loading="lazy" |