Key classic page
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
<h1 id="os" class="anchor">{% t Privacy Tools %}</h1>
|
<h1 id="os" class="anchor">{% t Privacy Tools %}</h1>
|
||||||
|
|
||||||
<p><a href="/{% if page.language %}{{ page.language }}/{% endif %}classic/"><i class="fas fa-info-circle"></i> {% t Prefer the classic site? View a single-page layout.%}</a></p>
|
<p><a href="{{ "/classic/" | translate_page }}"><i class="fas fa-info-circle"></i> {% t Prefer the classic site? View a single-page layout. %}</a></p>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
permalink: /classic/
|
permalink: /classic/
|
||||||
|
translate: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="alert alert-warning" role="alert">
|
<div class="alert alert-warning" role="alert">
|
||||||
We will try and keep this page up-to-date with added sections and other content, but to be guaranteed the latest recommendations, we recommend you check out our new Providers, Browsers, Software, and OS pages in the navbar above :)
|
{% t We will try and keep this page up-to-date with added sections and other content, but to be guaranteed the latest recommendations, we recommend you check out our new Providers, Browsers, Software, and OS pages in the navbar above :) %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include sections/header.html %}
|
{% include sections/header.html %}
|
||||||
|
Reference in New Issue
Block a user