diff options
Diffstat (limited to 'exampleSite')
| -rwxr-xr-x | exampleSite/data/refs.json | 1 | ||||
| -rw-r--r-- | exampleSite/go.mod | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/data/refs.json b/exampleSite/data/refs.json new file mode 100755 index 0000000..9e26dfe --- /dev/null +++ b/exampleSite/data/refs.json @@ -0,0 +1 @@ +{}
\ No newline at end of file diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 877689e..a4c0cd0 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -4,4 +4,4 @@ go 1.18 replace github.com/sergeyklay/gohugo-theme-ed => ../ -require github.com/sergeyklay/gohugo-theme-ed v0.5.0 // indirect +require github.com/sergeyklay/gohugo-theme-ed v0.6.0 // indirect |
