Skip to content

Commit b0b3626

Browse files
authored
Link to RSS feeds (#677)
* Link to RSS feeds * Move RSS links to footer Thanks to @XAMPPRocky, who came up with this layout! * Use a flex row around social icons * Increase top margin for RSS header
1 parent c5b41ff commit b0b3626

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

templates/footer.hbs

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,17 @@
2121
</div>
2222
<div class="four columns mt3 mt0-l">
2323
<h4>Social</h4>
24-
<a href="https://twitter.com/rustlang" target="_blank" rel="noopener" alt="twitter link"><img src="/images/twitter.svg" alt="twitter logo" title="Twitter"/></a>
25-
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank" rel="noopener" alt="youtube link"><img style="padding-top: 6px; padding-bottom:6px" src="/images/youtube.svg" alt="youtube logo" title="YouTube"/></a>
26-
<a href="https://discord.gg/rust-lang" target="_blank" rel="noopener" alt="discord link"><img src="/images/discord.svg" alt="discord logo" title="Discord"/></a>
27-
<a href="https://github.com/rust-lang" target="_blank" rel="noopener" alt="github link"><img src="/images/github.svg" alt="github logo" title="GitHub"/></a>
24+
<div class="flex flex-row flex-wrap">
25+
<a href="https://twitter.com/rustlang" target="_blank" rel="noopener" alt="twitter link"><img src="/images/twitter.svg" alt="twitter logo" title="Twitter"/></a>
26+
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank" rel="noopener" alt="youtube link"><img style="padding-top: 6px; padding-bottom:6px" src="/images/youtube.svg" alt="youtube logo" title="YouTube"/></a>
27+
<a href="https://discord.gg/rust-lang" target="_blank" rel="noopener" alt="discord link"><img src="/images/discord.svg" alt="discord logo" title="Discord"/></a>
28+
<a href="https://github.com/rust-lang" target="_blank" rel="noopener" alt="github link"><img src="/images/github.svg" alt="github logo" title="GitHub"/></a>
29+
</div>
30+
<h4 class="mt4 mb3">RSS</h4>
31+
<ul>
32+
<li><a href="/feed.xml">Main Blog</a></li>
33+
<li><a href="/inside-rust/feed.xml">"Inside Rust" Blog</a></li>
34+
</ul>
2835
</div>
2936

3037
</div>

0 commit comments

Comments
 (0)