cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

commit dac022b594d1ed4201893f5816775e6fd990f959
parent 185650a9be5778477d405339376937bb2c1557ea
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Tue, 30 Nov 2021 22:59:04 +0100

page layout: nicedate

Diffstat:
M_layouts/post.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/post.html b/_layouts/post.html @@ -4,7 +4,7 @@ layout: default <article class="post container" itemscope itemtype="http://schema.org/BlogPosting"> <header class="post-header"> - <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} &middot; <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p> + <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.nicedate }}</time>{% if page.author %} &middot; <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p> <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1> </header> <div class="post-content" itemprop="articleBody">