diff --git a/layouts/_default/post.html b/layouts/_default/post.html index ca2566e7..3261d076 100644 --- a/layouts/_default/post.html +++ b/layouts/_default/post.html @@ -6,7 +6,7 @@
{{ .Summary | truncate 100 }}
{{ i18n "read_more" }} diff --git a/layouts/index.html b/layouts/index.html index 0ac4dcce..d72e25d1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -61,8 +61,8 @@ {{- $isimg := lower .Name | findRE "\\.(gif|jpg|jpeg|tiff|png|bmp|webp|avif|jxl|svg)" }} {{- if $isimg }} {{- $linkURL := print "/media/logos/start" "/" .Name | absURL }} -