Remove RSS button
This commit is contained in:
parent
697f183037
commit
e605e8685b
|
@ -21,12 +21,7 @@ layout: main/content
|
|||
</ul>
|
||||
</nav>
|
||||
|
||||
<p>To get notified of the updates on this website, you can subscribe to the <a href="/feed.xml" target="blank">Leilukin's Hub RSS feed</a>, which contains new articles, blog posts and website changelogs, or follow <a href="https://neocities.org/site/leilukin">my Neocities profile</a>.</p>
|
||||
<div class="web-btn-wrapper center-el" style="margin-top: 0.7em;">
|
||||
<a href="/feed.xml" target="blank" title="Leilukin's Hub RSS Feed">
|
||||
<img src="/assets/buttons/rss-button.gif" alt="RSS feed button">
|
||||
</a>
|
||||
</div>
|
||||
<p>To get notified of the updates on this website, you can subscribe to the <a href="/feed.xml">{{ sitemeta.siteName }} RSS feed</a>, which contains new articles, blog posts and website changelogs, or follow <a href="https://neocities.org/site/leilukin">my Neocities profile</a>.</p>
|
||||
|
||||
{{ content | safe }}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 567 B |
|
@ -43,11 +43,6 @@ eleventyComputed:
|
|||
<p><a href="/changelogs">View all site changelogs</a></p>
|
||||
</div>
|
||||
<p>You can subscribe to the <a href="/feed.xml">{{ sitemeta.siteName }} RSS feed</a> or follow <a href="https://neocities.org/site/leilukin">my Neocities profile</a> to get notified of the updates on this website.</p>
|
||||
<div class="web-btn-wrapper" style="margin-top: 0.5em;">
|
||||
<a href="/feed.xml" target="blank" title="{{ sitemeta.siteName }} RSS Feed">
|
||||
<img src="/assets/buttons/rss-button.gif" alt="RSS feed button">
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="content__section">
|
||||
|
|
Loading…
Reference in New Issue