mirror of
https://github.com/safing/web
synced 2025-09-02 02:59:03 +00:00
Redirect /technology to startpage
previously redirected to /portmaster/, so gotta drag that along now
This commit is contained in:
parent
5671b029a3
commit
e3a0cc46f7
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@ layout: page
|
||||||
title: Safing Portmaster - Easy Privacy
|
title: Safing Portmaster - Easy Privacy
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /portmaster/
|
- /portmaster/
|
||||||
|
- /technology/
|
||||||
---
|
---
|
||||||
|
|
||||||
<header class="header-two-container mt-20">
|
<header class="header-two-container mt-20">
|
||||||
|
@ -141,7 +142,7 @@ redirect_from:
|
||||||
<a class="btn-secondary" href="{{ site.video_url }}">Videos</a>
|
<a class="btn-secondary" href="{{ site.video_url }}">Videos</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="blogpod-container-bottom">
|
<div class="blogpod-container-bottom">
|
||||||
{% assign all_publications = site.publications | sort: "date" | reverse %}
|
{% assign all_publications = site.publications | sort: "date" | reverse %}
|
||||||
{% for publication in all_publications limit: 6 %}
|
{% for publication in all_publications limit: 6 %}
|
||||||
|
@ -157,6 +158,6 @@ redirect_from:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Reference in a new issue