mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-13 07:47:39 +02:00
Tweak date labels
This commit is contained in:
parent
be29fbe303
commit
e174a827ae
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
<h4>
|
<h4>
|
||||||
<a href="/cyclone/{{ post.url }}">{{ post.title }}</a>
|
<a href="/cyclone/{{ post.url }}">{{ post.title }}</a>
|
||||||
</h4>
|
</h4>
|
||||||
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
|
<span class="date-labels">{{post.date | date: "%B %d %Y" }}</span>
|
||||||
<br />
|
<br />
|
||||||
{{ post.excerpt }}
|
{{ post.excerpt }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
2
news.md
2
news.md
|
@ -7,7 +7,7 @@ ghproj: "http://github.com/justinethier/cyclone/tree/master/"
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
[{{ post.title }}](./{{ post.url }})
|
[{{ post.title }}](./{{ post.url }})
|
||||||
<br />
|
<br />
|
||||||
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
|
<span class="date-labels">{{post.date | date: "%B %d %Y" }}</span>
|
||||||
<br />
|
<br />
|
||||||
{{ post.excerpt }}
|
{{ post.excerpt }}
|
||||||
<br />
|
<br />
|
||||||
|
|
|
@ -487,6 +487,6 @@ Custom Styles
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
.date-labels {
|
.date-labels {
|
||||||
color: #999;
|
color: #999;
|
||||||
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
/*font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;*/
|
||||||
font-size: 14px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue