-
Notifications
You must be signed in to change notification settings - Fork 302
Link to RSS feeds #677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Link to RSS feeds #677
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Replacement of #671. |
Thank you for your PR! Could you also include a screenshot of the change? |
That looks good! |
Perhaps use the RSS radar icon ? |
@XAMPPRocky How did you get that layout? I tried this but it doesn't look quite right: <div class="four columns mt3 mt0-l">
<div>
<h4>Social</h4>
<a href="https://twitter.com/rustlang" target="_blank" rel="noopener" alt="twitter link"><img src="/images/twitter.svg" alt="twitter logo" title="Twitter"/></a>
<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>
<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>
<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>
</div>
<br>
<div>
<h4>RSS</h4>
<a href="/feed.xml">Main Blog</a><br>
<a href="/inside-rust/feed.xml">"Inside Rust" Blog</a>
</div>
</div> |
Thanks to @XAMPPRocky, who came up with this layout!
Thanks, that fixed it! Pushed up the commit. |
XAMPPRocky
approved these changes
Sep 3, 2020
Thank you for your PR! |
jackh726
pushed a commit
to jackh726/blog.rust-lang.org
that referenced
this pull request
Jul 26, 2021
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #420.