Skip to content

Commit 7edcbb9

Browse files
committed
style out front matter authorship (fixes #24 and #25)
1 parent 9fbfef7 commit 7edcbb9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: _layouts/default_toc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</div>
3939
<article class="wrapper">
4040
{{ content }}
41-
<div class="post-content-footer">
41+
<div class="post-content-footer text-muted">
4242
{% if page.date %}
4343
last edited {{page.date | date_to_long_string }}
4444
{% endif %}

Diff for: _sass/_base.scss

+4
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,7 @@ color: red;
225225
.bloptional {
226226
color: green;
227227
}
228+
229+
.post-content-footer {
230+
font-style: italic;
231+
}

0 commit comments

Comments
 (0)