update rss sign up content
This commit is contained in:
parent
1b2a6b3247
commit
61a637cb14
2 changed files with 8 additions and 7 deletions
|
@ -64,10 +64,7 @@ layout: default
|
|||
<div class="blog-post__after-content">
|
||||
<div id="rss-sign-up">
|
||||
<span>
|
||||
To get {{ page.category }} posts<br />
|
||||
like this and more,<br />
|
||||
subscribe to the blog's<br />
|
||||
<a href={{'feed.xml' | relative_url}}>RSS feed</a>
|
||||
For more <em>{{ page.category }}</em> posts like this, subscribe to my <a href={{'feed.xml' | relative_url}}>RSS feed</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -496,16 +496,20 @@ table.image caption {
|
|||
&__after-content {
|
||||
#rss-sign-up {
|
||||
color: rgba(141, 191, 66, 0.97);
|
||||
font-weight: bolder;
|
||||
font-weight: bold;
|
||||
font-size: xx-large;
|
||||
text-align: center;
|
||||
border-top: 1px solid rgba(141, 191, 66, 0.97);
|
||||
padding: 1rem;
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
// #rss-sign-up a,
|
||||
#rss-sign-up em {
|
||||
color: rgba(141, 191, 66, 1);
|
||||
}
|
||||
|
||||
#rss-sign-up a {
|
||||
text-decoration: underline;
|
||||
color: #ee4a03;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue