Tags to menu, p styling, search
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
<ul>
|
||||
<li><a href="{{site.baseurl}}/about">About</a></li>
|
||||
<li><a href="{{site.baseurl}}/collections">Collections</a></li>
|
||||
<li><a href="{{site.baseurl}}/tags">Tags</a></li>
|
||||
<li><a href="javascript:invert()">Invert colors</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
margin: 0;
|
||||
text-indent: 2em;
|
||||
}
|
||||
p:first-of-type, hr + p {
|
||||
p:first-of-type, hr + p, blockquote + p {
|
||||
text-indent: 0em;
|
||||
}
|
||||
}
|
||||
|
||||
@ -5,6 +5,7 @@ layout: null
|
||||
{% for post in site.posts %}
|
||||
{
|
||||
"title" : "{{ post.title | escape }}",
|
||||
"description": "{{ post.description | escape }}",
|
||||
"category" : "{{ post.category }}",
|
||||
"tags" : "{{ post.tags | join: ', ' }}",
|
||||
"url" : "{{ site.baseurl }}{{ post.url }}",
|
||||
|
||||
Reference in New Issue
Block a user