diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a7f11..ba814ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v5.3.2...main) +## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v5.4.0...main) + +## [5.4.0](https://codeberg.org/daudix/duckquill/compare/v5.3.2...v5.4.0) ### Added diff --git a/content/_index.md b/content/_index.md index 33dbfd9..ab3fe89 100644 --- a/content/_index.md +++ b/content/_index.md @@ -70,7 +70,7 @@ It is highly recommended to switch from the `main` branch to the latest release: ```bash cd themes/duckquill -git checkout tags/v5.3.2 +git checkout tags/v5.4.0 ``` Then, enable it in your `config.toml`: @@ -84,7 +84,7 @@ To update the theme, simply switch to a new tag: ```bash git submodule update --remote --merge cd themes/duckquill -git checkout tags/v5.3.2 +git checkout tags/v5.4.0 ``` {% alert(important=true) %} @@ -288,7 +288,7 @@ As for the code formatter I use built-in VSCodium one. Prettier is good but I do ## Thanks To - [Jakub Steiner](https://jimmac.eu) for the [OS Component Website](https://jimmac.github.io/os-component-website), which served as a starting point and inspiration. -- [Óscar](https://osc.garden) for [tabi](https://welpo.github.io/tabi/) and its [translation system](https://github.com/welpo/tabi/blob/main/templates/macros/translate.html). +- [Óscar](https://osc.garden) for [tabi](https://welpo.github.io/tabi/) and its [translation system](https://github.com/welpo/tabi/blob/7b00ed1d9dca5c529d2816c5b6679bfe600d63fc/templates/macros/translate.html), [rel attributes](https://github.com/welpo/tabi/blob/7b00ed1d9dca5c529d2816c5b6679bfe600d63fc/templates/macros/rel_attributes.html), and [Content Security Policy](https://github.com/welpo/tabi/blob/7b00ed1d9dca5c529d2816c5b6679bfe600d63fc/templates/partials/content_security_policy.html). - [Carl Schwan](https://carlschwan.eu) for the [Mastodon-powered Comments](https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/). - [Jonathan Neal](https://jonneal.dev) for the [normalize.css](https://csstools.github.io/normalize.css/). - [GNOME design team](https://gitlab.gnome.org/Teams/Design) for the [icon development kit](https://gitlab.gnome.org/Teams/Design/icon-development-kit) diff --git a/sass/style.scss b/sass/style.scss index 8568ed3..d305cb1 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,5 +1,5 @@ /*! - * Duckquill v5.3.2 (https://duckquill.daudix.one) + * Duckquill v5.4.0 (https://duckquill.daudix.one) * Copyright 2024 David "Daudix" Lapshin * Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) */ diff --git a/templates/macros/rel_attributes.html b/templates/macros/rel_attributes.html index 5992e69..a4c6d52 100644 --- a/templates/macros/rel_attributes.html +++ b/templates/macros/rel_attributes.html @@ -1,3 +1,5 @@ +{#- Taken from https://github.com/welpo/tabi/blob/7b00ed1d9dca5c529d2816c5b6679bfe600d63fc/templates/macros/rel_attributes.html -#} + {% macro rel_attributes() %} {%- set rel_attributes = [] -%}