diff --git a/layouts/partials/footer_custom.html b/layouts/partials/footer_custom.html deleted file mode 100644 index 914bf00ba9c8cad95ddce7d7a7745b49a58cfaaf..0000000000000000000000000000000000000000 --- a/layouts/partials/footer_custom.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ block "datatables" . }} - {{ . }} -{{ end }} diff --git a/layouts/partials/security/known/data_tables.html b/layouts/partials/security/known/data_tables.html deleted file mode 100644 index 8366834540f6d873db4b2fa7df2bd771b6af50fc..0000000000000000000000000000000000000000 --- a/layouts/partials/security/known/data_tables.html +++ /dev/null @@ -1,4 +0,0 @@ -{{ define "datatables" }} - <link rel="stylesheet" href="/public/css/datatables.net-dt.css"> - <script async src="/public/js/known-vulnerabilities.js"></script> -{{ end }} diff --git a/layouts/shortcodes/pages/security/known.html b/layouts/shortcodes/pages/security/known.html index b82a54e3e04e8bcc7871c4b02a047d266cdad1ea..6e6f5e33a579de35429f9c2e652c9e4c50746fd5 100644 --- a/layouts/shortcodes/pages/security/known.html +++ b/layouts/shortcodes/pages/security/known.html @@ -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>