mirror of
https://github.com/safing/web
synced 2025-04-22 20:09:08 +00:00
Replace in line hrefs with global configs
This commit is contained in:
parent
98e236c67a
commit
8a624d1e17
2 changed files with 5 additions and 2 deletions
|
@ -39,6 +39,9 @@ whitepaper_url: "/files/whitepaper/"
|
|||
company_agreement_url: https://www.firmenmonitor.at/Secure/CompanyDetail.aspx?CID=761761
|
||||
kickstarter_url: "https://www.kickstarter.com/projects/safingio/spn" # add the kickstarter url when ready
|
||||
|
||||
download_windows_url: "https://updates.safing.io/latest/windows_amd64/packages/portmaster-installer.exe"
|
||||
download_linux_url: "https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb"
|
||||
|
||||
github_windows_wiki: "https://github.com/safing/portmaster/wiki"
|
||||
github_linux_wiki: "https://github.com/safing/portmaster/wiki"
|
||||
|
||||
|
|
|
@ -11,13 +11,13 @@ exclude_kickstarter_plug: true
|
|||
<div class="ui basic very padded segment">
|
||||
<div class="ui three column centered doubling stackable grid">
|
||||
<div class="four wide column center aligned">
|
||||
<a href="https://updates.safing.io/latest/windows_amd64/packages/portmaster-installer.exe" target="_blank" class="ui windows button">
|
||||
<a href="{{ site.download_windows_url }}" target="_blank" class="ui windows button">
|
||||
<i class="white windows button icon"></i>
|
||||
Windows 10
|
||||
</a>
|
||||
</div>
|
||||
<div class="four wide column center aligned">
|
||||
<a href="https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.deb" target="_blank" class="ui ubuntu button">
|
||||
<a href="{{ site.download_linux_url }}" target="_blank" class="ui ubuntu button">
|
||||
<i class="white ubuntu button icon"></i>
|
||||
Ubuntu <span class="ui small text">(latest)</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue