diff --git a/data/sandpointsnamegraph.json b/data/sandpointsnamegraph.json index 47edddf..bc54b3a 100644 --- a/data/sandpointsnamegraph.json +++ b/data/sandpointsnamegraph.json @@ -42,6 +42,7 @@ "part": "parts", "person": "people", "pin": "pins", + "poem": "poems", "pollen": "pollen", "print": "prints", "record": "records", diff --git a/go.mod b/go.mod index 0d8ebab..5a8b339 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module git.sandpoints.org/Drawwell/SandpointsTheme +module dev.sandpoints.org/Drawwell/SandpointsTheme go 1.15 diff --git a/theme.toml b/theme.toml index ccf30ea..dd8430c 100644 --- a/theme.toml +++ b/theme.toml @@ -5,13 +5,13 @@ name = "Sandpoints" license = "GPL 3" licenselink = "https://www.gnu.org/licenses/gpl-3.0.en.html" description = "Sandpoints Theme" -homepage = "https://git.sandpoints.org/Drawwell/Sandpoints" +homepage = "https://dev.sandpoints.org/Drawwell/Sandpoints" tags = ["syllabus"] features = [] min_version = "0.79.0" authors = [ - {name = "Marcell Mars", homepage = "https://git.sandpoints.org"}, - {name = "Sean Dockray", homepage = "https://git.sandpoints.org"}, + {name = "Marcell Mars", homepage = "https://dev.sandpoints.org/Drawwell"}, + {name = "Sean Dockray", homepage = "https://dev.sandpoints.org/Drawwell"}, {name = "Vincent W.J. van Gerven Oei", homepage = "http://www.vangervenoei.com"} ]