about summary refs log tree commit diff homepage
path: root/_layout/header.html
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-07 11:29:26 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-07 11:29:26 +0700
commit3e6f0389f0cdac7b90970c49f455205563b48ad6 (patch)
tree4e4f0a018b1aae2276767f7f8da75fb4c909e772 /_layout/header.html
downloadsite-3e6f0389f0cdac7b90970c49f455205563b48ad6.tar.gz
Initialize a Franklin site
Diffstat (limited to '_layout/header.html')
-rw-r--r--_layout/header.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/_layout/header.html b/_layout/header.html
new file mode 100644
index 0000000..b3d0f94
--- /dev/null
+++ b/_layout/header.html
@@ -0,0 +1,12 @@
+<header>
+<div class="blog-name"><a href="">Basic Template</a></div>
+<nav>
+  <ul>
+    <li><a href="/">Home</a></li>
+    <li><a href="/menu1/">Code blocks</a></li>
+    <li><a href="/menu2/">More goodies</a></li>
+    <li><a href="/menu3/">Tags</a></li>
+  </ul>
+  <img src="/assets/hamburger.svg" id="menu-icon">
+</nav>
+</header>