update rss sign up content

This commit is contained in:
Ayo 2023-03-22 11:03:26 +01:00
parent 1b2a6b3247
commit 61a637cb14
2 changed files with 8 additions and 7 deletions

View file

@ -64,10 +64,7 @@ layout: default
<div class="blog-post__after-content"> <div class="blog-post__after-content">
<div id="rss-sign-up"> <div id="rss-sign-up">
<span> <span>
To get {{ page.category }} posts<br /> For more <em>{{ page.category }}</em> posts like this, subscribe to my <a href={{'feed.xml' | relative_url}}>RSS feed</a>
like this and more,<br />
subscribe to the blog's<br />
<a href={{'feed.xml' | relative_url}}>RSS feed</a>
</span> </span>
</div> </div>
</div> </div>

View file

@ -496,16 +496,20 @@ table.image caption {
&__after-content { &__after-content {
#rss-sign-up { #rss-sign-up {
color: rgba(141, 191, 66, 0.97); color: rgba(141, 191, 66, 0.97);
font-weight: bolder; font-weight: bold;
font-size: xx-large; font-size: xx-large;
text-align: center; text-align: center;
border-top: 1px solid rgba(141, 191, 66, 0.97);
padding: 1rem;
margin: 1rem; margin: 1rem;
} }
// #rss-sign-up a,
#rss-sign-up em {
color: rgba(141, 191, 66, 1);
}
#rss-sign-up a { #rss-sign-up a {
text-decoration: underline; text-decoration: underline;
color: #ee4a03;
} }
} }
} }