💄 🐛 Fixed end of post line display tip.

This commit is contained in:
凡梦星尘
2022-06-13 21:57:16 +08:00
parent 26030c7fcd
commit 2fed079938
4 changed files with 9 additions and 4 deletions

View File

@@ -22,4 +22,9 @@
{{- $scss = $scss | resources.ExecuteAsTemplate "main.scss" . }}
{{- $css := $scss | toCSS (dict "targetPath" "/css/main.css" "outputStyle" "expanded") }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
<link rel="stylesheet" href="/css/hover.css">
<link rel="stylesheet" href="/css/hover.css">
<style type="text/css">
.post-footer hr:after {
content: "{{ .Site.Params.postFooter.endLineTip }}";
}
</style>