fix: Footer

This commit is contained in:
daudix-UFO
2023-09-01 01:26:54 +03:00
parent 0b4ed1f25c
commit c5f0d0280c
2 changed files with 5 additions and 3 deletions

View File

@ -32,6 +32,9 @@ GEM
webrick (~> 1.7) webrick (~> 1.7)
jekyll-feed (0.17.0) jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-loading-lazy (0.1.1)
jekyll (>= 3.0, < 5.0)
nokogiri (>= 1.10, < 2.0)
jekyll-sass-converter (2.2.0) jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0) sassc (> 2.0.1, < 3.0)
jekyll-sitemap (1.4.0) jekyll-sitemap (1.4.0)
@ -74,6 +77,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
jekyll-feed jekyll-feed
jekyll-loading-lazy
jekyll-sass-converter (~> 2.2) jekyll-sass-converter (~> 2.2)
jekyll-sitemap jekyll-sitemap
jekyll-toc jekyll-toc

View File

@ -4,8 +4,6 @@
<p><a href="{{ site.sourceurl }}">Website source</a></p> <p><a href="{{ site.sourceurl }}">Website source</a></p>
<small> <small>
<p> Powered by <a href="https://jekyllrb.com">Jekyll</a> and <a href="https://codeberg.org/daudix-UFO/duckquill-source">Duckquill</a>
Powered by <a href="https://jekyllrb.com">Jekyll</a> and <a href="https://codeberg.org/daudix-UFO/duckquill-source">Duckquill</a>
</p>
</small> </small>
</footer> </footer>