_includes/themes/j1/procedures/global/date-german.proc in j1-template-2023.7.0 vs _includes/themes/j1/procedures/global/date-german.proc in j1-template-2023.8.0
- old
+ new
@@ -37,23 +37,18 @@
{% comment %} Ruby implementaion for i18n date
See: https://github.com/uwolf/jekyll-i18n-date
NOTE already implemented as an plugin: ~/_plugins/date-i18n.rb
-------------------------------------------------------------------------------- {% endcomment %}
+{% comment %} Liquid procedures
+-------------------------------------------------------------------------------- {% endcomment %}
{% comment %} Variables
-------------------------------------------------------------------------------- {% endcomment %}
-
-{% comment %} Liquid procedures
--------------------------------------------------------------------------------- {% endcomment %}
-
-
-
{% comment %} Main
-------------------------------------------------------------------------------- {% endcomment %}
-
{% assign formattedDate = '' %}
{% if include.showDay %}
{% assign formattedDate = include.date | date: '%-d' | append: '. '%}
{% endif %}