From 4683da0c4354abc42e8ccc6b567f015c8d5ed08f Mon Sep 17 00:00:00 2001 From: Suleyman Poyraz <22801690+Zaryob@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:26:59 +0300 Subject: [PATCH] =?UTF-8?q?zaman=20bazl=C4=B1=20de=C4=9Fi=C5=9Fimler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _pages/arsiv.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/_pages/arsiv.md b/_pages/arsiv.md index f8b2f3f..f634c1c 100644 --- a/_pages/arsiv.md +++ b/_pages/arsiv.md @@ -26,14 +26,16 @@ image_hash: "cc30914dbb849385dc6c0bf877626671" {% else %} {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} {% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %} + {% endif %} {% endunless %} {% assign months = "Ocak|Şubat|Mart|Nisan|Mayıs|Haziran|Temmuz|Ağustos|Eylül|Ekim|Kasım|Aralık" | split: "|" %} {% assign m = post.date | date: "%-m" | minus: 1 %} - {% assign day = post.date | date: "%d" %} - {% assign month = months[m] %} - {% assign year = post.date | date: "%Y" %} -
  • {{ day }} {{ month }} {{ year }} » {{ post.title }}
  • + {% assign dd = post.date | date: "%d" %} + {% assign mm = months[m] %} + {% assign yy = post.date | date: "%Y" %} + +
  • {{ dd }} {{ mm }} {{ yy }} » {{ post.title }}
  • {% endfor %} {% endfor %}