summaryrefslogtreecommitdiff
path: root/posts/simple-jekyll-navigation.md
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-01 15:04:57 -0500
committerIkiWiki <ikiwiki.info>2023-12-01 15:04:57 -0500
commitecc5c56862a30056b7ec96b4ad88f337f0498599 (patch)
treecff1d517df947db936818e8ce1dc267da1dc743e /posts/simple-jekyll-navigation.md
parent314bfc9c27e69ad8eec74c229dff7141f0087aa8 (diff)
Diffstat (limited to 'posts/simple-jekyll-navigation.md')
-rw-r--r--posts/simple-jekyll-navigation.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/posts/simple-jekyll-navigation.md b/posts/simple-jekyll-navigation.md
index 64faf04..0484a69 100644
--- a/posts/simple-jekyll-navigation.md
+++ b/posts/simple-jekyll-navigation.md
@@ -1,6 +1,5 @@
-# Simple Navigation Setup in Jekyll 3.9.0
-
-2020-09-29
+[[!meta title="Simple Navigation Setup in Jekyll 3.9.0"]]
+[[!meta date="2020-09-29"]]
I have found that there is a lot of information on the internet in regards to setting up "dynamic" navigation in Jekyll. The problem I've noticed is that a good amount of these implementations are overly complex. Here is the simplest way that I tend to use when building out `nav` elements in Jekyll (3.9.0 as of this writing).