diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-01-03 04:20:33 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-01-03 04:20:33 +0100 |
| commit | 3a3d1322b9c737b5b9ac67a2cbb7bb5b8565c434 (patch) | |
| tree | c63528e7c2f2e1a7b4b35d5ccb0aa5f971a05284 | |
| parent | 9a389175d75703a91608a61c9227f83525388bed (diff) | |
| download | hermit-3a3d1322b9c737b5b9ac67a2cbb7bb5b8565c434.tar.gz | |
Add reference to fork repo
| -rw-r--r-- | assets/scss/style.scss | 3 | ||||
| -rw-r--r-- | layouts/partials/footer.html | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 4b7aa8e..8a14ba5 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -1,6 +1,9 @@ @import "predefined.scss"; @import "normalize.scss"; +/*! style.css | MIT License | https://github.com/Track3/hermit.git + Modifications by xavi92 | https://gitea.privatedns.org/xavi92/hermit */ + /* Webkit Scrollbar Customize */ ::-webkit-scrollbar { width: 8px; diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 8dc64ae..c4ee89b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,7 @@ <footer id="site-footer" class="section-inner thin animated fadeIn faster"> <p>© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>{{ .Site.Params.footerCopyright | safeHTML }}</p> <p> - Made with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> · Theme <a href="https://github.com/Track3/hermit" target="_blank" rel="noopener">Hermit</a> + Made with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> · Theme: <a href="https://gitea.privatedns.org/xavi92/hermit" target="_blank" rel="noopener">customised Hermit</a> {{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }} · <a href="{{ "/index.xml" | absLangURL }}" target="_blank" title="rss"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss"><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle></svg></a>{{ end }} </p> </footer> |
