blog/layouts/partials
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
..
header-content.html Modify the header templates to refer to the section partial html. 2019-04-14 16:02:03 +08:00
header.html Modify the header templates to refer to the section partial html. 2019-04-14 16:02:03 +08:00
labs-header-content.html Modify the header templates to refer to the section partial html. 2019-04-14 16:02:03 +08:00
sections-definition.html Add the travel section to the section definition. 2019-04-14 16:50:23 +08:00