From ff215dfdf9db31680d25f195689ef99ceb8fabcf Mon Sep 17 00:00:00 2001 From: sylhare Date: Fri, 19 Feb 2021 12:26:18 -0500 Subject: [PATCH] Expand localization to tag page (#241) --- _includes/portfolio.html | 1 - _includes/post_info.html | 2 +- _layouts/tags.html | 125 ++++++++++++++++++--------------------- _sass/layouts/_tags.scss | 4 ++ 4 files changed, 64 insertions(+), 68 deletions(-) diff --git a/_includes/portfolio.html b/_includes/portfolio.html index 07965e0151..1ac7df1da3 100644 --- a/_includes/portfolio.html +++ b/_includes/portfolio.html @@ -1,5 +1,4 @@ -
{% for item in site.portfolio %}
diff --git a/_includes/post_info.html b/_includes/post_info.html index f5cacdda82..a1a5035e12 100644 --- a/_includes/post_info.html +++ b/_includes/post_info.html @@ -1,5 +1,5 @@ {% assign author = site.data.authors[include.author] %} -{% assign date = include.date %} +{% assign date = include.date | default: "today" | date: "%B %-d, %Y" %}