From 140506dc296d5e78c48f58b2af6906c6d574e048 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Sat, 20 Apr 2024 23:30:32 +0300 Subject: [PATCH] Mention Duckquill version in the stylesheet --- content/_index.md | 2 +- sass/style.scss | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/content/_index.md b/content/_index.md index 752b638..20cb1eb 100644 --- a/content/_index.md +++ b/content/_index.md @@ -144,6 +144,6 @@ primary_color_alpha = "COLOR_CODE" ## Thanks to ♥ -- [Jakub Steiner](https://jimmac.eu) for the [OS Component Website](https://jimmac.github.io/os-component-website), on top of which this whole thing is built. +- [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. - [Carl Schwan](https://carlschwan.eu) for the [Mastodon-powered Comments](https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/). - Everyone who supported me and said good stuff <3 diff --git a/sass/style.scss b/sass/style.scss index 016b2c9..89538b1 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,11 +1,7 @@ /*! - * Duckquill (https://daudix.codeberg.page/duckquill) + * Duckquill v1.0.1 (https://daudix.codeberg.page/duckquill) * Copyright 2024 David "Daudix" Lapshin * Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) - * - * Based on OS Component Website which shamelessly stole CSS from systemd - * https://github.com/jimmac/os-component-website - * https://github.com/systemd/systemd/tree/main/docs */ @use "variables";