Changed something
This commit is contained in:
parent
cb6a793103
commit
7e15e351fc
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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" . }}
|
||||
|
|
Loading…
Reference in New Issue