Mention Duckquill version in the stylesheet

This commit is contained in:
David Lapshin
2024-04-20 23:30:32 +03:00
parent eda90280f2
commit 140506dc29
2 changed files with 2 additions and 6 deletions

View File

@ -144,6 +144,6 @@ primary_color_alpha = "COLOR_CODE"
## Thanks to ♥ ## 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/). - [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 - Everyone who supported me and said good stuff <3

View File

@ -1,11 +1,7 @@
/*! /*!
* Duckquill (https://daudix.codeberg.page/duckquill) * Duckquill v1.0.1 (https://daudix.codeberg.page/duckquill)
* Copyright 2024 David "Daudix" Lapshin * Copyright 2024 David "Daudix" Lapshin
* Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) * 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"; @use "variables";