This commit is contained in:
Justin Ethier 2016-08-09 22:17:04 -04:00
parent bdd748e893
commit 78ac56c083
2 changed files with 10 additions and 1 deletions

View file

@ -5,7 +5,7 @@ ghproj: "http://github.com/justinethier/cyclone/tree/master/"
--- ---
{% for post in site.posts %} {% for post in site.posts %}
<span class="test">{{post.date | date: "%b %d %Y" }}</span> <span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
» »
[{{ post.title }}](./{{ post.url }}) [{{ post.title }}](./{{ post.url }})

View file

@ -450,3 +450,12 @@ Small Device Styles
} }
} }
/*******************************************************************************
Custom Styles
*******************************************************************************/
.date-labels {
color: #aaa;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
font-size: 14px;
}