Updating theme layout

This commit is contained in:
2020-06-02 04:24:31 +01:00
parent 304770ed50
commit a122c9821b
8 changed files with 31 additions and 23 deletions

View File

@@ -1,3 +1,3 @@
<!-- Adding AOS -->
{{/* <!-- Adding AOS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- End AOS -->
<!-- End AOS --> */}}

View File

@@ -5,8 +5,3 @@
{{ end }}
{{ end }}
{{ end }}
{{ range .Site.Params.customJS -}}
<script src="{{ "js/" | relURL }}{{ . }}"></script>
{{ end }}

View File

@@ -149,10 +149,6 @@
{{ end }}
{{ end }}
{{ range .Site.Params.customCSS -}}
<link rel="stylesheet" href="{{ "css/" | relURL }}{{ . }}">
{{ end }}
<!-- <link rel="canonical" href="{{ .Permalink }}"> -->
{{- with .OutputFormats.Get "RSS" }}
<link href="{{ .Permalink }}" rel="alternate" type="application/rss+xml" title="{{ $.Site.Title }}">

View File

@@ -1,4 +1,4 @@
<!-- Adding AOS -->
{{/* <!-- Adding AOS -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init({
@@ -6,4 +6,4 @@
once: false,
});
</script>
<!-- Finish AOS -->
<!-- Finish AOS --> */}}