Browse Source

Removed redundant static files

master
Rohan Sircar 4 years ago
parent
commit
06303535e8
  1. 2
      layouts/partials/foot.html
  2. 2
      layouts/partials/head.html

2
layouts/partials/foot.html

@ -10,8 +10,8 @@
</style> </style>
{{end}} {{end}}
{{- partial "script" (dict "Asset" "js/jquery.slim.js" "Defer" true "Root" $) -}}
<!-- <!--
{{- partial "script" (dict "Asset" "js/jquery.slim.js" "Defer" true "Root" $) -}}
{{- partial "script" (dict "Asset" "js/foundation.js" "Defer" true "Root" $) -}} {{- partial "script" (dict "Asset" "js/foundation.js" "Defer" true "Root" $) -}}
--> -->

2
layouts/partials/head.html

@ -10,7 +10,7 @@
{{ partial "matomo/head.html" . }} {{ partial "matomo/head.html" . }}
{{ partial "styles" (dict "Asset" "css/foundation.css" "Root" $) }}
<!-- {{ partial "styles" (dict "Asset" "css/foundation.css" "Root" $) }} -->

Loading…
Cancel
Save