blog/layouts/partials
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
..
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 Change base url based on the environment: 2019-05-04 21:42:30 +08:00