diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-09-02 10:01:52 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-09-02 10:01:52 +0700 |
commit | 35e9f6324dba0757e7c967fab6d000e44b4d5074 (patch) | |
tree | 6750e147708092e0397ee2f581f2c9ccd1c00455 /layouts | |
parent | 46b1e6c785c9e15e721faa54d6e979c5c226c1a3 (diff) | |
download | blog-35e9f6324dba0757e7c967fab6d000e44b4d5074.tar.gz |
Update theme
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/books.html | 2 | ||||
-rw-r--r-- | layouts/_default/list.old.html (renamed from layouts/_default/list.html) | 0 | ||||
-rw-r--r-- | layouts/index.old.html (renamed from layouts/index.html) | 0 | ||||
-rw-r--r-- | layouts/partials/custom-webring.html | 4 |
4 files changed, 3 insertions, 3 deletions
diff --git a/layouts/_default/books.html b/layouts/_default/books.html index d3044c9..c0a74d0 100644 --- a/layouts/_default/books.html +++ b/layouts/_default/books.html @@ -12,7 +12,7 @@ <h1 class="p-name post-title{{ if .Params.favorite }} favorite{{end}}{{ if .Params.draft }} draft{{end}}">{{ trim .Title " " }}</h1> </header> <div class="content e-content"> - <h1>Book info</h1> + <h2>Book info</h2> <dl class="data"> <dt>Book</dt> <dd>{{ .Params.book }}</dd> diff --git a/layouts/_default/list.html b/layouts/_default/list.old.html index 33bd8b5..33bd8b5 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.old.html diff --git a/layouts/index.html b/layouts/index.old.html index 8367de4..8367de4 100644 --- a/layouts/index.html +++ b/layouts/index.old.html diff --git a/layouts/partials/custom-webring.html b/layouts/partials/custom-webring.html index d568b81..604afc4 100644 --- a/layouts/partials/custom-webring.html +++ b/layouts/partials/custom-webring.html @@ -1,12 +1,12 @@ <section class="webring"> - <h2>Fediring</h2> + <h2 class="no-prefix">Fediring</h2> Look at my fedi fellows' sites: <ol> <li style="list-style-type: '← ';"><a href="https://fediring.net/previous?host=xrvs.net">Previous site</a></li> <li style="list-style-type: '? ';"><a href="https://fediring.net/">What is Fediring?</a></li> <li style="list-style-type: '→ ';"><a href="https://fediring.net/next?host=xrvs.net">Next site</a></li> </ol> - <h2>Articles from blogs I read</h2> + <h2 class="no-prefix">Articles from blogs I read</h2> <section class="articles"> {{ partial "webring-articles.html" }} </section> |