🎨 🐛 Fixed the friends link code block & others imports.

This commit is contained in:
elkan1788
2025-01-25 17:43:52 +08:00
parent f215616230
commit 6d65d92943
14 changed files with 53 additions and 88 deletions

View File

@@ -20,8 +20,22 @@
<!-- Extend Style -->
<style type="text/css">
{{ partialCached "head/style/global.html" . }}
{{ partial "head/style/plugins.html" . }}
.post-footer hr:after {
content: "{{ .Site.Params.postFooter.endLineTip }}";
}
.flinks-list-footer hr:after {
content: "{{ .Site.Params.postFooter.endLineTip }}";
}
{{ $scParam := .Store.Get "scParams" }}
{{ if $scParam.mermaid }}
.post-block .post-body .mermaid {
background: var(--highlight-foreground);
margin-bottom: 20px;
text-align: center;
}
{{ end }}
</style>
<!-- Custom Style file -->