mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Grab FAQ portmaster questions, not SPN
This commit is contained in:
parent
1ad5c7da37
commit
132d310168
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ redirect_from:
|
|||
</div>
|
||||
<div class="mt-6 pt-10 text-center md:text-left">
|
||||
<dl class="md:grid md:grid-cols-2 md:gap-8">
|
||||
{% for faq in site.data.faq.spn %}
|
||||
{% for faq in site.data.faq.portmaster %}
|
||||
<div>
|
||||
<h1 class="text-xl pb-4">
|
||||
{{ faq.q }}
|
||||
|
|
Loading…
Add table
Reference in a new issue