diff options
Diffstat (limited to 'layouts/home')
| -rw-r--r-- | layouts/home/list.html | 29 |
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 |
