Add option to show posts on Homepage (#31)

* Add recent posts to Homepage

* Add different content posts

* Update html and css

* Add basic doc in README

* Update README

* Use partial

* Update page content
This commit is contained in:
Yash Mehrotra
2021-07-19 20:30:35 +05:30
committed by GitHub
parent 81ee72eb46
commit 5a1959c930
15 changed files with 1454 additions and 100 deletions

View File

@@ -256,6 +256,10 @@ table td {
width: 15rem;
}
.home-posts {
padding-top: 20px;
}
/* SINGLE */
main#content .post {
font-size: 1.2rem;