summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/shortcodes/list-noticias.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/list-noticias.html b/layouts/shortcodes/list-noticias.html
index f1ce843..e438370 100644
--- a/layouts/shortcodes/list-noticias.html
+++ b/layouts/shortcodes/list-noticias.html
@@ -1,5 +1,5 @@
<ul class="news">
-{{ $p := where site.Pages "Params.tags" "intersect" (slice "noticia") }}
+{{ $p := where site.Pages "Params.tags" "intersect" (slice "news") }}
{{ range $p }}
<li> <a href="{{.RelPermalink}}"> {{- if .Param "datesinlist" }}<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "2006 Jan 02" }}</time> &ndash; {{ end -}} {{.Title}}</a></li>