diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 8bb4651..3003a33 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,7 @@ layout: default <h1> {{ page.title }} </h1> -<p> +<p class=dimmedtext > {% assign argv = page.date | append: ",true,true" | split: "," %} {% include datumincas.html %} {{ return }} |