dash-docs/_templates/protect-your-privacy.html
David A. Harding 4213d102da
Style: Add anchor links to all subheads
* Adds Makefile test to ensure all subheadings, except those on Choose
  Your Wallet, have an ID (anchor reference)

* Adds an ID to all subheads that didn't have on previously
2015-04-09 11:30:28 -04:00

30 lines
785 B
HTML
Executable file

---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: protect-your-privacy
---
<h1>{% translate pagetitle %}</h1>
<p class="summarytxt">{% translate pagedesc %}</p>
<h2 id="traceable">{% translate traceable %}</h2>
<p>{% translate traceabletxt %}</p>
<h2 id="receive">{% translate receive %}</h2>
<p>{% translate receivetxt %}</p>
<h2 id="send">{% translate send %}</h2>
<p>{% translate sendtxt %}</p>
<h2 id="public">{% translate public %}</h2>
<p>{% translate publictxt %}</p>
<h2 id="iplog">{% translate iplog %}</h2>
<p>{% translate iplogtxt %}</p>
<h2 id="mixing">{% translate mixing %}</h2>
<p>{% translate mixingtxt %}</p>
<h2 id="future">{% translate future %}</h2>
<p>{% translate futuretxt %}</p>