diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-09-02 11:04:18 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-09-02 11:04:18 +0700 |
commit | 6bc2879991c9e022c7f699c43821240c353ee3ba (patch) | |
tree | 826dc92c8bb152d7222516ad62bc72b4bb5a73e6 /layouts/partials/head.html | |
parent | 97a9a323478455bcc9a2e4a5dcd541047f6781b8 (diff) | |
download | victor-6bc2879991c9e022c7f699c43821240c353ee3ba.tar.gz |
Add class for styling
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 5d59d5c..a9b4963 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -34,4 +34,4 @@ {{ range .Site.Params.relMe }} <link href="{{.}}" rel="me"> {{ end}} -{{ partial "head-extra.html" }} +{{ partial "head-extra.html" . }} |