aboutsummaryrefslogtreecommitdiff
path: root/layouts/home/list.html
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-04 01:05:04 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-04 13:34:10 +0200
commitfe7c149811f2e20c055ad0375aff05d29491efb4 (patch)
tree8df0652a35cca0f9c8fcb5fb90648fef2f8415b4 /layouts/home/list.html
parent3de434508e0b609dea1ce8dca94ef1b708e61d61 (diff)
Rebuild the site in Astro
Add licence Update site name in header to match README.md Add missing metadescription, opengraph and link to RSS Update Astro configuration to include sitemap integration with priority and changefreq settings New post
Diffstat (limited to 'layouts/home/list.html')
-rw-r--r--layouts/home/list.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/layouts/home/list.html b/layouts/home/list.html
deleted file mode 100644
index f0316bc..0000000
--- a/layouts/home/list.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{{ define "head_extras" }}
-{{ partial "ld/website.html" . }}
-{{ end }}
-
-{{ define "main" }}
-{{- .Content }}
-
-{{ with .Site.GetPage "section" "blog" }}
-<section>
- <h2 id="{{ .RelPermalink }}">
- <a class="anchor" href="{{ .RelPermalink | safeURL }}">#</a>
- Ăšltimas entradas
- </h2>
-
- <ul>
- {{ range .Pages | first 5 }}
-
- <li>
- <time datetime="{{ .PublishDate.Format " 2006-01-02T15:04:05-07:00"}}">{{ .PublishDate.Format "02/01"
- }}</time>
- <a href="{{ .RelPermalink }}">{{ .Title }}</a>
- </li>
- {{ end }}
- </ul>
-
- <a href="{{ .RelPermalink }}" class="button">Ver todas las entradas</a>
-</section>
-{{ end }}
-{{ end}} \ No newline at end of file