mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Blog: Add RSS Discovery Link & Icon
Suggested by Saïvann (thanks!)
This commit is contained in:
parent
ffa9a249f3
commit
7872468383
2 changed files with 6 additions and 2 deletions
|
@ -5,8 +5,10 @@
|
||||||
layout: base
|
layout: base
|
||||||
lang: en
|
lang: en
|
||||||
---
|
---
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="/en/rss/blog.xml" title="Bitcoin.org Site Blog">
|
||||||
|
|
||||||
<div class="subhead-links"><a href="/en/blog">Blog home</a>
|
<div class="subhead-links"><a href="/en/blog">Blog home</a>
|
||||||
| <a href="/en/rss/blog.xml">Subscribe to RSS feed</a>
|
| <a type="application/atom+xml" href="/en/rss/blog.xml"><img src="/img/icons/icon_rss.svg" width="12px" alt="rss" class="rssicon"></a> <a href="/en/rss/blog.xml">Subscribe to RSS feed</a>
|
||||||
| <a href="https://github.com/bitcoin/bitcoin.org/commits/master/{{page.path|uri_escape}}">Post history</a>
|
| <a href="https://github.com/bitcoin/bitcoin.org/commits/master/{{page.path|uri_escape}}">Post history</a>
|
||||||
| <a href="https://github.com/bitcoin/bitcoin.org/issues/new?body=Source%20File%3A%20{{page.path|uri_escape}}%0A%0A">Report issue</a></div>
|
| <a href="https://github.com/bitcoin/bitcoin.org/issues/new?body=Source%20File%3A%20{{page.path|uri_escape}}%0A%0A">Report issue</a></div>
|
||||||
|
|
||||||
|
|
|
@ -7,12 +7,14 @@ lang: en
|
||||||
title: Bitcoin.org Site Blog - Bitcoin
|
title: Bitcoin.org Site Blog - Bitcoin
|
||||||
id: site-blog
|
id: site-blog
|
||||||
---
|
---
|
||||||
|
<link rel="alternate" type="application/atom+xml" href="/en/rss/blog.xml" title="Bitcoin.org Site Blog">
|
||||||
|
|
||||||
<div class="home">
|
<div class="home">
|
||||||
|
|
||||||
<h1 class="page-heading">Bitcoin.org Site Blog</h1>
|
<h1 class="page-heading">Bitcoin.org Site Blog</h1>
|
||||||
|
|
||||||
<p class="summary">Discover what's new on Bitcoin.org or <a href="/en/rss/blog.xml">subscribe to the RSS feed</a></p>
|
|
||||||
|
<p class="summary">Discover what's new on Bitcoin.org or <a href="/en/rss/blog.xml">subscribe to the RSS feed</a> <a type="application/atom+xml" href="/en/rss/blog.xml"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></p>
|
||||||
|
|
||||||
<ul class="post-list">
|
<ul class="post-list">
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue