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:
yonicd 2017-10-16 15:21:22 -04:00 committed by Dean Attali
parent bbd747bacf
commit 0636b7ac64
3 changed files with 35 additions and 0 deletions

View file

@ -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 {