diff options
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r-- | layouts/shortcodes/list-sof-teachers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/list-sof-teachers.html b/layouts/shortcodes/list-sof-teachers.html index 51cff14..728747d 100644 --- a/layouts/shortcodes/list-sof-teachers.html +++ b/layouts/shortcodes/list-sof-teachers.html @@ -2,7 +2,7 @@ {{ $p := where site.Pages "Params.tags" "intersect" (slice "sof" "docente") }} {{ range $p }} -<li>{{.Title}}</li> +<li><a href="{{.RelPermalink}}">{{.Title}}</a></li> {{ end }} </ul> |