diff --git a/assets/js/template-dom-scripts.js b/assets/js/template-dom-scripts.js index c2f6b65..a9c9d10 100644 --- a/assets/js/template-dom-scripts.js +++ b/assets/js/template-dom-scripts.js @@ -70,7 +70,7 @@ var link = document.createElement('a'); link.setAttribute('href', '#' + id); - link.innerHTML = ''; + link.innerHTML = ''; container.appendChild(link); diff --git a/exampleSite/.hugo_build.lock b/exampleSite/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/layouts/_default/list.html b/layouts/_default/list.html index ece8203..b1eee83 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -20,7 +20,7 @@ viewBox="0 0 40 50" focusable="false" > - + {{ .Title }} diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html index d3f541f..bd4fc5f 100644 --- a/layouts/_default/terms.html +++ b/layouts/_default/terms.html @@ -7,7 +7,7 @@

{{ printf "(%d) %s" .Count .Page.Title }} diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index ca80808..760b79e 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -2,7 +2,7 @@

{{ T "nav_main_navigation" }}

@@ -16,7 +16,7 @@ {{ $active = or $active (and (eq .Name "Tags") (eq $current.Section "tags")) }} {{ .Name }} diff --git a/layouts/post/single.html b/layouts/post/single.html index 38512f6..249604a 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -2,7 +2,7 @@

{{ .Title }}

@@ -26,7 +26,7 @@ {{ range . }}
  • {{ $href := print ("tags/" | relLangURL) (. | urlize) "/" }} {{ . }} diff --git a/layouts/shortcodes/note.html b/layouts/shortcodes/note.html index 6494910..fa44431 100644 --- a/layouts/shortcodes/note.html +++ b/layouts/shortcodes/note.html @@ -1,7 +1,7 @@