Merge pull request 'Header部分のリンクを修正' (#55) from header-link-modification into master

Reviewed-on: #55
This commit is contained in:
Kazuhiro MUSASHI 2021-06-30 21:43:24 +09:00
commit 221892c67f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
baseurl = "https://blog.kazu634.com/"
baseURL = "https://blog.kazu634.com/"
title = "His greatness lies in his sense of responsibility"
DefaultContentLanguage = "ja"
languageCode = "ja"

View File

@ -1,4 +1,4 @@
baseurl = "http://test.kazu634.com/"
baseURL = "http://test.kazu634.com/"
title = "His greatness lies in his sense of responsibility"
DefaultContentLanguage = "jp"
languageCode = "ja"

View File

@ -84,7 +84,7 @@
</div>
<div id="social" class="col span_6">
<ul>
{{ partial "sections-definition.html" }}
{{ partial "sections-definition.html" . }}
{{ with .Site.Params.twitter }}<li><a href="{{ . }}" target="_blank">Twitter</a></li>{{ end }}
{{ with .Site.Params.facebook }}<li><a href="{{ . }}" target="_blank">Facebook</a></li>{{ end }}
{{ with .Site.Params.github }}<li><a href="{{ . }}" target="_blank">GitHub</a></li>{{ end }}