mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 13:14:21 +01:00
Update categories
This commit is contained in:
@@ -3,6 +3,9 @@ layout: default
|
||||
---
|
||||
<h1>{{ page.title }}</h1>
|
||||
<span class="time">{{ page.date | date_to_string }}</span>
|
||||
<span class="categories">
|
||||
» {% for category in page.categories %}{{ category }}{% if forloop.last == false %}, {% endif %}{% endfor %}
|
||||
</span>
|
||||
|
||||
<div class="content">
|
||||
<div class="post">{{ content }}</div>
|
||||
|
||||
@@ -31,7 +31,7 @@ hr {
|
||||
* Font and link declarations
|
||||
* //////////////////////////
|
||||
*/
|
||||
span.time {
|
||||
span.time, span.categories {
|
||||
color: #ADADAD;
|
||||
margin-bottom: 5px;
|
||||
font-size: 11px;
|
||||
|
||||
Reference in New Issue
Block a user