diff --git a/layouts/index.html b/layouts/index.html index 952c9d1..afaf639 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,14 +5,16 @@ {{ $months := dict "January" "Januar" "February" "Februar" "March" "März" "April" "April" "May" "Mai" "June" "Juni" "July" "Juli" "August" "August" "September" "September" "October" "Oktober" "November" "November" "December" "Dezember" }} {{ range $pagination.Pages }}
{{ index $days (.Date.Format "Monday") }}, {{ .Date.Format "02" }}. {{ index $months (.Date.Format "January") }} {{ .Date.Format "2006" }}
-{{ $page := . }}