aboutsummaryrefslogtreecommitdiff
path: root/templates/simple_header.html
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2022-05-14 00:00:22 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2022-05-14 00:00:22 +0200
commit16ef06ffb363b6304d0d5269b30dedbdd07288df (patch)
tree38f80e13c5f20d669df04d146725968f423541b4 /templates/simple_header.html
parent2bf274de3fe814e3729deb9ca242df58f8936a49 (diff)
downloadmacroblog.rs-16ef06ffb363b6304d0d5269b30dedbdd07288df.tar.gz
macroblog.rs-16ef06ffb363b6304d0d5269b30dedbdd07288df.tar.bz2
macroblog.rs-16ef06ffb363b6304d0d5269b30dedbdd07288df.zip
feat: Add title parser
Add title parse so it yields a better post list.
Diffstat (limited to 'templates/simple_header.html')
-rw-r--r--templates/simple_header.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/simple_header.html b/templates/simple_header.html
deleted file mode 100644
index 1340aa1..0000000
--- a/templates/simple_header.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<header class="container">
- <nav class="container-fluid">
- <ul>
- <li><h2><a href="/">Yet Another Blog</a></h2></li>
- </ul>
- <ul>
- <li><a href="https://gitlab.com/gabrielgio/cv/-/raw/main/cv.pdf?inline=false" class="secondary">Resume</a></li>
- </ul>
- </nav>
-</header>