diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html
index 22b5d9a..68b8ae0 100644
--- a/layouts/_default/archives.html
+++ b/layouts/_default/archives.html
@@ -24,7 +24,7 @@
{{- partial "post_meta.html" . -}}
-
+
{{- end }}
{{- end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 5ec34ac..dfa87e3 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -14,7 +14,7 @@
{{- i18n "translations" | default "Translations"}}:
{{- range .Translations }}
-
+
{{- if (and $.Site.Params.displayFullLangName (.Language.LanguageName)) }}
{{- .Language.LanguageName | emojify | humanize -}}
{{- else }}
diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
index adbd2f5..167efbc 100644
--- a/layouts/_default/terms.html
+++ b/layouts/_default/terms.html
@@ -13,7 +13,7 @@
{{- $count := .Count }}
{{- with $.Site.GetPage (printf "/%s/%s" $type $name) }}
- {{ .Name }} {{ $count }}
+ {{ .Name }} {{ $count }}
{{- end }}
{{- end }}
diff --git a/layouts/partials/cover.html b/layouts/partials/cover.html
index d44581b..4c87971 100644
--- a/layouts/partials/cover.html
+++ b/layouts/partials/cover.html
@@ -13,10 +13,10 @@
{{- if (and (in $processableFormats $cover.MediaType.SubType) (ne .Site.Params.cover.responsiveImages false) (eq $prod true)) }}
+ {{- end -}}{{$cover.RelPermalink }} {{printf "%dw" ($cover.Width)}}"
+ sizes="(min-width: 768px) 720px, 100vw" src="{{ $cover.RelPermalink }}" alt="{{ $alt }}" />
{{- else }}{{/* Unprocessable image or responsive images disabled */}}
{{- end }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 90cbeec..832d7ca 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -18,7 +18,7 @@
{{- partial "extend_footer.html" . -}}
{{ if in site.Params.mainSections .Type }}
{{- $highlight := slice (resources.Get "js/highlight.min.js") | resources.Concat "assets/js/highlight.js" | minify | fingerprint }}
-
{{- end }}