💄 🐛 Fixed end of post line display tip.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user