Updating theme layout
This commit is contained in:
@@ -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 --> */}}
|
||||
|
||||
@@ -5,8 +5,3 @@
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ range .Site.Params.customJS -}}
|
||||
<script src="{{ "js/" | relURL }}{{ . }}"></script>
|
||||
{{ end }}
|
||||
|
||||
|
||||
@@ -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 }}">
|
||||
|
||||
@@ -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 --> */}}
|
||||
|
||||
Reference in New Issue
Block a user