mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +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/"
|
||||
contact_url: "/contact/"
|
||||
blog_url: "/blog/"
|
||||
whitepaper_url: "/files/whitepaper/"
|
||||
|
||||
defaults:
|
||||
-
|
||||
|
|
|
@ -134,7 +134,7 @@ home: true
|
|||
Technical Details
|
||||
</button>
|
||||
</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'>
|
||||
Whitepaper
|
||||
</button>
|
||||
|
|
|
@ -22,7 +22,7 @@ They can be either created by users themselves or - most of the times - obtained
|
|||
<h2>
|
||||
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'>
|
||||
Whitepaper
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue