Compare commits
21 commits
45a70e03a2
...
9e1b867962
Author | SHA1 | Date | |
---|---|---|---|
9e1b867962 | |||
da63994950 | |||
2d02f5fa37 | |||
601853711b | |||
0fd2b031b3 | |||
72ecb22587 | |||
410bc9942e | |||
c4a23daa48 | |||
aa572e503c | |||
f577e17a7b | |||
514bf6de37 | |||
8c911b0e6d | |||
d5dc1e4529 | |||
be7b7687bb | |||
ced3af006a | |||
059131aebf | |||
b437c383b2 | |||
06183ac07e | |||
890a4294d2 | |||
ba7a3692b8 | |||
caf3dc33df |
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
<a printhref="#ph-{{- $session.File.UniqueID -}}" href="{{- $session.RelPermalink -}}{{- if eq hugo.Environment "offline" -}}index.html{{- end -}}"{{- with .Title}} title="{{- . -}}"{{- end -}}><span class="sup">{{- index (split .Destination ":") 0 -}}⁄</span>{{- $text_link -}}</a>
|
||||
{{- end -}}
|
||||
{{- else -}}
|
||||
<a printhref="#ph-{{- $session.File.UniqueID -}}" href="{{- .Destination -}}/{{- if eq hugo.Environment "offline" -}}index.html{{- end -}}">{{- $text_link -}}⦚<span>{{- .Destination -}} not found</span></a>
|
||||
<a href="{{- .Destination -}}/{{- if eq hugo.Environment "offline" -}}index.html{{- end -}}">{{- $text_link -}}⦚<span>{{- .Destination -}} not found</span></a>
|
||||
{{- end -}}
|
||||
{{- else if strings.HasPrefix .Destination "audio:" -}}
|
||||
{{- $a_destination := (substr .Destination 6) -}}
|
||||
|
|
|
@ -1 +1 @@
|
|||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210209215842-6037aac2d81d
|
||||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210211021211-8674473d0c45
|
||||
|
|
Loading…
Add table
Reference in a new issue