blog/layouts
Kazuhiro MUSASHI 5ec3b74ae9 Change base url based on the environment:
```
--- a/layouts/partials/sections-definition.html
+++ b/layouts/partials/sections-definition.html
@@ -1,3 +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>
+          <li><a href="{{ .Site.BaseURL }}/labs/">Labs</a></li>
+          <li><a href="{{ .Site.BaseURL }}/quotes/">Quotes</a></li>
+          <li><a href="{{ .Site.BaseURL }}/travel/">Travel</a></li>
```
2019-05-04 21:42:30 +08:00
..
labs Introduce the pagination to the Labs's section list page: 2019-04-15 00:02:06 +08:00
partials Change base url based on the environment: 2019-05-04 21:42:30 +08:00
post List up the post category article only within post list page. 2019-04-16 16:10:58 +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