Key classic page

This commit is contained in:
djoate
2019-11-25 23:55:47 -05:00
parent e53f3f5f9c
commit 73afd447f2
2 changed files with 3 additions and 2 deletions

View File

@ -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">

View File

@ -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 %}