Badge functionality to layout/post.html (#265)
* add badges to default branch * add instructions in readme for post badges * update readme * add instructions for badges to readme yaml * switch GH badges to iframes and remove comment out cran badges * remove cran comment and update yaml table in readme file. * Update README.md * Update main.css
This commit is contained in:
10
css/main.css
10
css/main.css
@ -589,6 +589,16 @@ footer .theme-by {
|
||||
border-bottom-left-radius: 5px;
|
||||
}
|
||||
|
||||
#header-gh-btns {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
@media only screen and (max-width: 500px) {
|
||||
#header-gh-btns > iframe {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
/* --- Pager --- */
|
||||
|
||||
.pager li a {
|
||||
|
Reference in New Issue
Block a user