Compare commits
50 commits
f7be2d9d66
...
d400f4a70a
Author | SHA1 | Date | |
---|---|---|---|
d400f4a70a | |||
91f3f5746a | |||
c75ffc7f5b | |||
c34f872821 | |||
cb93d0bc3c | |||
7a45525073 | |||
38f85dc36e | |||
8bdb5ee94b | |||
1877333d27 | |||
ea014daae6 | |||
346fec70d7 | |||
e8e8a2459a | |||
0211de4114 | |||
26b046c30e | |||
eab9706b3f | |||
05226de7f7 | |||
5420f92902 | |||
054eb5f21b | |||
895bb36148 | |||
6d89adb918 | |||
18b5970a11 | |||
bf4b52dfa8 | |||
ecea8efa7e | |||
9d61add7e1 | |||
06ff8fb13b | |||
eda1d4e462 | |||
ddb9f6d6b8 | |||
2f9701d4c4 | |||
781bc7cb74 | |||
2679f89e36 | |||
fbc1f1cfef | |||
e747ee48be | |||
a4029daa70 | |||
da7d343efc | |||
2ce25b9aa4 | |||
20502630d6 | |||
b6e5a4d8f9 | |||
682a6ace0b | |||
c80f27afca | |||
c48df82402 | |||
045a33f214 | |||
32c2d3a634 | |||
000f7be326 | |||
0c1f5ff205 | |||
4b35cedd8a | |||
27f4650101 | |||
1e545278a4 | |||
9fa0c57bb3 | |||
121be5b211 | |||
e0ed6e29e6 |
2 changed files with 4 additions and 665 deletions
|
@ -53,12 +53,9 @@
|
|||
{{- else -}}
|
||||
<span class="soundcite" data-url="{{- $a_destination | safeURL -}}">{{ .Text }}</span>
|
||||
{{- end -}}
|
||||
{{- else if findRE "^.*static" .Destination -}} <!-- EDITED clause for link to file in /static/ folder -->
|
||||
<img src="{{- (replaceRE "^.*static" "" .Destination ) | safeURL -}}" alt="{{- .Title -}}" {{- with .Title}} title="{{- . -}}"{{- end -}} />
|
||||
{{ if .Text }}
|
||||
<figcaption> {{with .Text }} {{ . }} {{end}}</figcaption> <!-- ALT becomes caption. Title becomes moouse over text.-->
|
||||
{{ end }}
|
||||
{{- else -}} <!-- else; EDIT TO COVER IMGs in STATIC via link that does not include /static/-->
|
||||
{{- else if findRE "^.*static" .Destination -}}
|
||||
<img src="{{- (replaceRE "^.*static" "" .Destination ) | safeURL -}}" alt="{{- .Text -}}" {{- with .Title}} title="{{- . -}}"{{- end -}} />
|
||||
{{- else -}}
|
||||
<img src="{{- .Destination | safeURL -}}" alt="{{- .Text -}}" {{- with .Title}} title="{{- . -}}"{{- end -}} />
|
||||
{{ if .Text }}
|
||||
<figcaption> {{with .Text }} {{ . }} {{end}}</figcaption> <!-- ALT becomes caption. Title becomes moouse over text.-->
|
||||
|
|
660
_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/site.min.css
generated
vendored
660
_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/static/css/site.min.css
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue