HTML Changes

This commit is contained in:
Arylide 2017-07-22 20:31:50 -07:00
parent a50d39ccaa
commit 6988daf803
3 changed files with 2 additions and 14 deletions

View File

@ -8,15 +8,6 @@
<h1>Using the Site</h1>
{{ linkable_header("How to Download", "how-to-dl") }}
<div>
This site only offers torrent files and magnet links. To download the content of
the torrents, you will have to use a BitTorrent client such as
<a href="https://www.qbittorrent.org/download.php">qBitTorrent</a>,
<a href="https://transmissionbt.com/download/">Transmission</a> or
<a href="http://dev.deluge-torrent.org/wiki/Download">Deluge</a>.
</div>
{{ linkable_header("Torrent Colors", "torrent-colors") }}
<div>
<span style="color:green; font-weight: bold;">Green</span> entries (trusted) are:

View File

@ -312,10 +312,7 @@
<footer style="text-align: center;">
<p>Dark Mode: <a href="#" id="themeToggle">Toggle</a></p>
{% if config.COMMIT_HASH %}
<p>
Commit: <a href="https://github.com/nyaadevs/nyaa/tree/{{ config.COMMIT_HASH }}" title="{{ config.COMMIT_HASH }}">{{ config.COMMIT_HASH[:7] }}</a><br>
<a class="small" href="https://github.com/nyaadevs/nyaa/compare/{{ config.COMMIT_HASH }}...master" title="Compare site-revision to Github master">(Pending changes)</a>
</p>
<p>Commit: <a href="https://github.com/nyaadevs/nyaa/tree/{{ config.COMMIT_HASH }}">{{ config.COMMIT_HASH[:7] }}</a></p>
{% endif %}
</footer>
</body>

View File

@ -6,7 +6,7 @@
<h1>Site Rules</h1><!-- <br> -->
{# <b>Spoilers:</b> Your account will be banned if you repeatedly post these without using the [spoiler] tag properly. #}
<h1>Breaking any of the rules on this page may result in being banned</h1>
<p><b>Shitposting and Trolling:</b> Your account will be banned if you keep this up.</p>
<p><b>Shitposting and Trolling:</b> Your account will be banned if you keep this up. Repeatedly making inaccurate/false reports falls under this rule as well.</p>
<p><b>Bumping:</b> Your account will be banned if you keep deleting and reposting your torrents.</p>
<p><b>Flooding:</b> If you have five or more releases of the same type to release in one go, make a batch torrent containing all of them.</p>
<p><b>URL redirection services:</b> These are removed on sight along with their torrents.</p>