7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-10-23 08:10:35 +00:00
web-ansol.org/themes/academic/layouts/partials/page_footer.html
Hugo Peixoto c7b1145527 Add event information to event pages
This includes changing the default locale to portuguese so we can
properly format event dates.
2021-09-30 23:21:44 +01:00

12 lines
223 B
HTML

{{ partial "page_edit" . }}
{{ partial "tags" . }}
{{ partial "share" . }}
{{ if site.Params.section_pager }}
<div class="article-widget">
{{ partial "section_pager" . }}
</div>
{{ end }}
{{ partial "page_related" . }}