forked from rDrama/rDrama
1
0
Fork 0

restore rss feed to advanced settings

master
Aevann 2024-02-03 04:09:10 +02:00
parent ac09c6890c
commit b584dc35cc
1 changed files with 12 additions and 0 deletions

View File

@ -152,6 +152,18 @@
</div>
</div>
</section>
<section id="site-settings-sort-time-filter-section" class="settings-section-section">
<h5>RSS Feed</h5>
<p class="text-small text-muted">Subscribe to the {{SITE_NAME}} RSS feed.</p>
<div class="settings-section rounded">
<div class="d-lg-flex">
<div class="body w-lg-100">
<input autocomplete="off" type="text" readonly="" class="form-control copy-link" value="{{SITE_FULL}}/rss/hot/all" data-clipboard-text="{{SITE_FULL}}/rss/hot/all">
<div class="text-small text-muted mt-3">You can change the feed by replacing "hot" with whatever sorting you want and "all" with whatever time filter you want.</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>