blog/layouts
Kazuhiro MUSASHI 306627f732 Add the travel section to the section definition.
```
--- a/layouts/partials/sections-definition.html
+++ b/layouts/partials/sections-definition.html
@@ -1,2 +1,3 @@
           <li><a href="https://blog.kazu634.com/labs/">Labs</a></li>
           <li><a href="https://blog.kazu634.com/quotes/">Quotes</a></li>
+          <li><a href="https://blog.kazu634.com/travel/">Travel</a></li>
```
2019-04-14 16:50:23 +08:00
..
labs Load the different headers from the default one. 2019-04-09 08:32:03 +08:00
partials Add the travel section to the section definition. 2019-04-14 16:50:23 +08:00
quotes Customize the pagination to be within the Quotes section. 2019-04-14 15:28:20 +08:00
shortcodes Add a shorcode for TopoJSON support. 2019-04-14 00:29:54 +08:00
travel Display the travel section explanation. 2019-04-14 16:49:56 +08:00