1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

feat!: Homepage and tools page redesigns (#2680)

Signed-off-by: Niek de Wilde <niek@privacyguides.org>
Signed-off-by: Mare Polaris <15004290+ph00lt0@users.noreply.github.com>
Signed-off-by: Freddy <freddy@privacyguides.org>
Signed-off-by: redoomed1 <161974310+redoomed1@users.noreply.github.com>
This commit is contained in:
2024-08-01 01:58:46 -05:00
parent 687c5afb20
commit 7c41b2ae77
6 changed files with 356 additions and 111 deletions

View File

@ -23,7 +23,7 @@
{% extends "main.html" %}
{% set homepage = config.extra.privacy_guides.homepage %}
{% block extrahead %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css?v=20240501' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/home.css?v=20240801' | url }}">
{% for feed in homepage.rss %}
<link rel="alternate" type="application/rss+xml" title="{{ feed.title }}" href="{{ feed.link }}">
{% endfor %}
@ -56,7 +56,7 @@
class="topics-list"
data-forum="https://discuss.privacyguides.net"
data-feed="https://discuss.privacyguides.net/top.json?period=weekly"
data-count="6">
data-count="3">
</ul>
</div>