summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/list-sof-teachers.html2
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>