README.md in jekyll-theme-hamilton-1.2.0 vs README.md in jekyll-theme-hamilton-1.3.0
- old
+ new
@@ -154,9 +154,26 @@
url: /categories/
- title: Tags
url: /tags/
```
+The navigation bar also supports dropdown submenus:
+
+```yml
+- title: About
+ url: /about/
+- title: Categories
+ url: /categories/
+- title: Tags
+ url: /tags/
+- title: More
+ sublinks:
+ - title: FAQ
+ url: /faq/
+ - title: Docs
+ url: /docs/
+```
+
### Social Media
You can create a file `_data/social.yml` to configure links to your social media. For example,
```yml