Skip to content
Snippets Groups Projects
Commit 7dc608b5 authored by Olivier Goulet's avatar Olivier Goulet
Browse files

Hotfix: Load datatables only on known page

parent c5dc093d
No related branches found
No related tags found
1 merge request!83Hotfix: Load datatables only on known page
{{ block "datatables" . }}
{{ . }}
{{ end }}
{{ define "datatables" }}
<link rel="stylesheet" href="/public/css/datatables.net-dt.css">
<script async src="/public/js/known-vulnerabilities.js"></script>
{{ end }}
......@@ -10,3 +10,10 @@
</thead>
</table>
</div>
{{/*
@todo: Remove hotfix for
https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/issues/274
*/}}
<link rel="stylesheet" href="/public/css/datatables.net-dt.css">
<script async src="/public/js/known-vulnerabilities.js"></script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment