Merge pull request 'Header部分のリンクを修正' (#55) from header-link-modification into master
Reviewed-on: #55
This commit is contained in:
commit
221892c67f
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue