forked from MarseyWorld/MarseyWorld
restore rss feed to advanced settings
parent
ac09c6890c
commit
b584dc35cc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue