summaryrefslogtreecommitdiff
path: root/layouts/shortcodes
diff options
context:
space:
mode:
authorAlejandro <[email protected]>2024-07-31 19:09:35 -0600
committerAlejandro <[email protected]>2024-07-31 19:09:35 -0600
commitaa587672d8d4a31f66dc269a737305f1f667b719 (patch)
tree583969cb209cb96866127e8ad95befd493d65ff8 /layouts/shortcodes
parentf2e0eaaca8fad98f07d290a5c0ef9b160b8c1688 (diff)
added: link to teacher page
Diffstat (limited to 'layouts/shortcodes')
-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>