Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hutchinson <hutch7995@gmail.com>2018-04-16 19:44:46 +0300
committerJoseph Hutchinson <hutch7995@gmail.com>2018-04-16 19:44:46 +0300
commitdcc893ce63736d765655ee7834b6875b4014d7cd (patch)
treec3f8c930699fa967173db86f29665a99e847a53a
parent1fc1a7c2560191364228f0d8e4f88c227b368f04 (diff)
Add nav-bar partial
-rw-r--r--layouts/partials/nav-bar.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/nav-bar.html b/layouts/partials/nav-bar.html
new file mode 100644
index 0000000..ba201cb
--- /dev/null
+++ b/layouts/partials/nav-bar.html
@@ -0,0 +1,3 @@
+<nav class="nav-bar">
+ <h1 class="nav-header"><a href="/">mdd</a></h1>
+</nav> \ No newline at end of file