Skip to content

Commit dc47923

Browse files
committed
Fixes #371
1 parent 8134b48 commit dc47923

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

_layouts/blog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h1 id="page-title">{{ page.title }}</h1>
3333
<!-- <div class="row"> -->
3434
<!-- <div class="span12"> -->
3535
<div class="main-page-column">
36+
<div class="article-date">{{ page.date | date: "%B %-d, %Y" }}</div>
3637
{% if page.by %}
3738
<div class="written">Written By: <span class="by">{{ page.by }}</span></div>
3839
{% endif %}

_layouts/news.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
layout: page
33
---
44

5+
<div class="article-date">{{ page.date | date: "%B %-d, %Y" }}</div>
6+
57
{{ content }}

resources/css/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,3 +2703,10 @@ div#toc ul > li + ul > li { margin-top: 12px; }
27032703
font-size: 12px;
27042704
color: #93a1a1;
27052705
}
2706+
2707+
.article-date {
2708+
font-family: 'proxima-nova', sans-serif;
2709+
text-transform: uppercase;
2710+
font-size: 14px;
2711+
color: rgba(0, 43, 54, 0.35);
2712+
}

0 commit comments

Comments
 (0)