Redirect /technology to startpage

previously redirected to /portmaster/, so gotta drag that along now
This commit is contained in:
davegson 2022-10-17 10:58:24 +02:00
parent 5671b029a3
commit e3a0cc46f7

View file

@ -3,6 +3,7 @@ layout: page
title: Safing Portmaster - Easy Privacy
redirect_from:
- /portmaster/
- /technology/
---
<header class="header-two-container mt-20">
@ -141,7 +142,7 @@ redirect_from:
<a class="btn-secondary" href="{{ site.video_url }}">Videos</a>
</div>
</div>
<div class="blogpod-container-bottom">
{% assign all_publications = site.publications | sort: "date" | reverse %}
{% for publication in all_publications limit: 6 %}
@ -157,6 +158,6 @@ redirect_from:
{% endif %}
{% endfor %}
</div>
</div>
</section>