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 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>