~huyngo/hugo-anubis-fork

38fc9a865ad269c58d0a0764657ec99cb59c5dc3 — Ngô Ngọc Đức Huy 5 months ago 2884ad3
Update custom site title
1 files changed, 8 insertions(+), 0 deletions(-)

M assets/css/main.css
M assets/css/main.css => assets/css/main.css +8 -0
@@ 738,6 738,14 @@ details[open] summary {
  margin-bottom: .5em;
}

a.site-title::before {
  content: "[";
}

a.site-title::after {
  content: "]";
}

{{ range site.Params.customCSS }}
    {{ $custom := resources.Get . }}
    {{ $custom.Content }}