Changed something

This commit is contained in:
Morgan 2023-10-31 16:21:18 +09:00
parent cb6a793103
commit 7e15e351fc
4 changed files with 5 additions and 4 deletions

View File

@ -93,7 +93,7 @@ params:
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
buildDate: 2023-10-31_16:11:53
buildDate: 2023-10-31_16:21:15
permalinks:
posts: /:year/:month/:title/

View File

@ -93,6 +93,8 @@ params:
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
buildDate: 2023-10-31_16:19:01
permalinks:
posts: /:year/:month/:title/
@ -117,4 +119,3 @@ markup:
# lineNos: true
style: github
buildDate: 2023-10-31_16:11:52

View File

@ -1,3 +1,3 @@
sed -i.old "s/buildDate: [0-9]\+-[0-9]\+-[0-9]\+_[0-9]\+:[0-9]\+:[0-9]\+/buildDate: $(date +%Y-%m-%d_%H:%M:%S)/" config.yml
echo buildDate: $(date +%Y-%m-%d_%H:%M:%S)
hugo

View File

@ -11,7 +11,7 @@
{{- end }}
{{- if (not site.Params.disableScrollToTop) }}
<a href="#top" aria-label="go to top" title="Go to Top" class="top-link" id="top-link" accesskey="g">^</a>
<a href="#top" aria-label="go to top" title="Go to Top" class="" style="font-size: 16px;font-weight: bold;" id="top-link" accesskey="g">^</a>
{{- end }}
{{- partial "extend_footer.html" . }}