aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-07-15 15:06:06 +0200
committerNoah Loomans <noahloomans@gmail.com>2017-07-15 15:06:06 +0200
commitf37241eb6327f30f418d9b3b86cac0cfff1348f2 (patch)
treee9dfba5643139a4576fc15a6a5e48e455b598cd1 /_includes/header.html
parent93f7b5c8544057cbb5656e12390d4b97df4cb6e4 (diff)
Add markdown style lists
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 6c6b8a6..3b0c26e 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -8,7 +8,7 @@
<div class="title">
<div class="name">Noah Loomans</div>
<div class="menu">
- <ul>
+ <ul class='no-markdown'>
<li>const menu = [</li>
<li><a href="/">'Home'</a>,</li>
<li><a href="/projects/">'Projects'</a>,</li>