mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +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
|
||||
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue