mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Add variable for whitepaper url
This commit is contained in:
parent
348cf9e683
commit
f82b6eb342
3 changed files with 3 additions and 2 deletions
|
@ -35,6 +35,7 @@ download_url: "/download/"
|
||||||
community_hub_url: "/community-hub/"
|
community_hub_url: "/community-hub/"
|
||||||
contact_url: "/contact/"
|
contact_url: "/contact/"
|
||||||
blog_url: "/blog/"
|
blog_url: "/blog/"
|
||||||
|
whitepaper_url: "/files/whitepaper/"
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
-
|
-
|
||||||
|
|
|
@ -134,7 +134,7 @@ home: true
|
||||||
Technical Details
|
Technical Details
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
<a href="/files/whitepaper/Gate17.pdf" target="_blank">
|
<a href="{{ site.whitepaper_url }}Gate17.pdf" target="_blank">
|
||||||
<button class='ui safing-secondary right floated button'>
|
<button class='ui safing-secondary right floated button'>
|
||||||
Whitepaper
|
Whitepaper
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -22,7 +22,7 @@ They can be either created by users themselves or - most of the times - obtained
|
||||||
<h2>
|
<h2>
|
||||||
Gate17
|
Gate17
|
||||||
|
|
||||||
<a href="/files/whitepaper/Gate17.pdf" target="_blank">
|
<a href="{{ site.whitepaper_url }}Gate17.pdf" target="_blank">
|
||||||
<button class='ui safing-secondary right floated button'>
|
<button class='ui safing-secondary right floated button'>
|
||||||
Whitepaper
|
Whitepaper
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue