Browse Source

update hugo module

master
Sean Dockray 3 years ago
parent
commit
64a0b8f65d
4 changed files with 5 additions and 3 deletions
  1. +1
    -1
      _vendor/git.sandpoints.org/Drawwell/SandpointsTheme/assets/js/sandpoints.js
  2. +1
    -1
      _vendor/modules.txt
  3. +1
    -1
      go.mod
  4. +2
    -0
      go.sum

+ 1
- 1
_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/assets/js/sandpoints.js View File

@@ -88,7 +88,7 @@ window.addEventListener("DOMContentLoaded", (e) => {
location.pathname.split("/").includes("_preview") ||
location.hash.startsWith("#/_edit")
) {
evpreview.style.display = "flex";
preview.style.display = "flex";
}

let par = document.querySelector(


+ 1
- 1
_vendor/modules.txt View File

@@ -1 +1 @@
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210406230544-a39199cce4d0
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210408114507-4f1871b5ec65

+ 1
- 1
go.mod View File

@@ -2,4 +2,4 @@ module git.sandpoints.org/sean/MachineListening

go 1.15

require git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210406230544-a39199cce4d0 // indirect
require git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210408114507-4f1871b5ec65 // indirect

+ 2
- 0
go.sum View File

@@ -6,3 +6,5 @@ git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210328004009-992897b9cb1a h
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210328004009-992897b9cb1a/go.mod h1:VmIeeZ1BJRLjBO9x4d45BkYsYiwa/D0OrSNUglKTam4=
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210406230544-a39199cce4d0 h1:vUwepYtiAgEhfSWEcXKmFfBhs8kEwBm8OljkabvgI80=
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210406230544-a39199cce4d0/go.mod h1:VmIeeZ1BJRLjBO9x4d45BkYsYiwa/D0OrSNUglKTam4=
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210408114507-4f1871b5ec65 h1:vn8K9f0/Ku7ZobYr/sbMPRd7QG3oUp8anTWfJT8I3mE=
git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210408114507-4f1871b5ec65/go.mod h1:VmIeeZ1BJRLjBO9x4d45BkYsYiwa/D0OrSNUglKTam4=

Loading…
Cancel
Save