diff options
Diffstat (limited to 'posts/simple-jekyll-navigation.md')
-rw-r--r-- | posts/simple-jekyll-navigation.md | 5 |
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). |