diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-26 20:17:08 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <git@serghei.pl> | 2024-09-26 20:44:54 +0200 |
| commit | a41f74faf15901add15ac81849806e628d807a0f (patch) | |
| tree | c58d1d325617355a6c212f0d1ec90b04d4e133e0 /layouts | |
| parent | 9691f9f817ce10087edce2a602eec0b272b71230 (diff) | |
| download | gohugo-theme-ed-a41f74faf15901add15ac81849806e628d807a0f.tar.gz | |
Drop editorconfig integration, useless
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/baseof.html | 2 | ||||
| -rw-r--r-- | layouts/shortcodes/img.html | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 30d98e2..e2673d4 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="{{ site.Language.LanguageCode }}" dir="{{ or site.Language.LanguageDirection `ltr` }}" - prefix="og: http://ogp.me/ns#" + prefix="og: https://ogp.me/ns#" itemscope itemtype="https://schema.org/WebPage" id="top-of-site"> diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html index c58d63a..4978358 100644 --- a/layouts/shortcodes/img.html +++ b/layouts/shortcodes/img.html @@ -1,7 +1,5 @@ -<!-- editorconfig-checker-disable --> <img src="{{ .Get "src" }}" {{- with .Get "alt" }} alt="{{ . }}"{{ end }} {{- with .Get "width" }} width="{{ . }}"{{ end }} {{- with .Get "height" }} height="{{ . }}"{{ end }} {{- with .Get "class" }} class="{{ . }}"{{ end }}> -<!-- editorconfig-checker-enable --> |
