diff options
author | Alejandro <[email protected]> | 2024-07-31 19:09:35 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-07-31 19:09:35 -0600 |
commit | aa587672d8d4a31f66dc269a737305f1f667b719 (patch) | |
tree | 583969cb209cb96866127e8ad95befd493d65ff8 /layouts/shortcodes/list-sof-teachers.html | |
parent | f2e0eaaca8fad98f07d290a5c0ef9b160b8c1688 (diff) |
added: link to teacher page
Diffstat (limited to 'layouts/shortcodes/list-sof-teachers.html')
-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> |