mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 13:36:22 +05:30
Add related posts
Add related posts feature base on post tag.
This commit is contained in:
parent
f51f27d4d9
commit
7d914fc898
6 changed files with 119 additions and 16 deletions
|
|
@ -366,6 +366,23 @@ aside .copyright p{
|
|||
margin: 5px 0;
|
||||
}
|
||||
|
||||
/*-------------------------
|
||||
Raleted posts
|
||||
--------------------------*/
|
||||
|
||||
.related {
|
||||
font-size: 14px;
|
||||
font-family: 'Open Sans Condensed',sans-serif;
|
||||
width:100%;
|
||||
float:left;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.related ul {
|
||||
margin-top:0;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
/*----------------------------
|
||||
Pagination buttons
|
||||
-----------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue