mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
* 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
30 lines
785 B
HTML
Executable file
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>
|