....
This commit is contained in:
parent
eaefc6b872
commit
9e4fb23c86
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
{{ $is_in_is_in = $is_in_is_in | append ($.GetPage .) }}
|
||||
{{ end }}
|
||||
|
||||
{{ if eq hugo.Environment "preview" }}
|
||||
{{ if eq hugo.Environment "gitea" }}
|
||||
<div class="headiter">
|
||||
<a class="edit-button" target="_blank" href="{{ $.Site.Params.sandpointsGiteaUrl }}/_edit/master/content/{{ .File }}">EDIT_THIS</a>
|
||||
{{ with $scratch.core }}<a class="edit-button" target="_blank" href="{{ $.Site.Params.sandpointsGiteaUrl }}/_new/master/content/{{ index . 0 }}/">ADD_{{ index . 0 | upper }}</a>{{ end }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20201218140110-4732c15fd7b6
|
||||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20201218214106-9738d858fd47
|
||||
|
|
|
@ -30,7 +30,7 @@ disableKinds = ["RSS", "sitemap"]
|
|||
|
||||
[module]
|
||||
# replacement allow for easier local development
|
||||
replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme"
|
||||
# replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme"
|
||||
[[module.imports]]
|
||||
path = "git.sandpoints.org/Drawwell/SandpointsTheme"
|
||||
# [[module.imports.mounts]]
|
||||
|
|
Loading…
Add table
Reference in a new issue