Compare commits
58 commits
d400f4a70a
...
f7be2d9d66
| Author | SHA1 | Date | |
|---|---|---|---|
| f7be2d9d66 | |||
| fe962e13a0 | |||
| 01ac6a3ae5 | |||
| cd336f0c64 | |||
| be0e2905b4 | |||
| cfc466f904 | |||
| 0f180624fe | |||
| 53e1b41e9f | |||
| 7cfefee756 | |||
| 44b810a86d | |||
| 78ddcb98d0 | |||
| 1976dad176 | |||
| d268e372dd | |||
| cb2f69de20 | |||
| ab75dc80c9 | |||
| c89dc81faf | |||
| f5d48b12cc | |||
| 17f0fccb5b | |||
| 3683b03610 | |||
| 010135a797 | |||
| 3ba6740cc5 | |||
| 3869da3a8c | |||
| d8a08a8b6a | |||
| 377a4ce80f | |||
| 56def0d825 | |||
| e57f2d6b02 | |||
| 9abbe4b299 | |||
| 00c7207e22 | |||
| b0668f7d5c | |||
| f63377c1e2 | |||
| 026f87ef4d | |||
| 87dad67e04 | |||
| fb55ce56d1 | |||
| c8fbf9114d | |||
| f20d934f0a | |||
| 579c7c4a16 | |||
| fa99f7532f | |||
| ad1c066012 | |||
| b2102fffa4 | |||
| 5325896012 | |||
| 0f09e1baac | |||
| b62e5869b8 | |||
| 3bef33b34e | |||
| ec40d1ee2b | |||
| f14728795c | |||
| 5e3f25b65e | |||
| ff60fe0dc3 | |||
| a7b4affef5 | |||
| 91bf3435e6 | |||
| d696ebad95 | |||
| 30ecf57d85 | |||
| 67eb80bac0 | |||
| c410bdbb61 | |||
| 54e224274d | |||
|
|
fb4bae9408 | ||
|
|
9a7f2849a4 | ||
|
|
b022459b55 | ||
|
|
342c9fa025 |
2 changed files with 665 additions and 4 deletions
|
|
@ -53,9 +53,12 @@
|
|||
{{- else -}}
|
||||
<span class="soundcite" data-url="{{- $a_destination | safeURL -}}">{{ .Text }}</span>
|
||||
{{- end -}}
|
||||
{{- else if findRE "^.*static" .Destination -}}
|
||||
<img src="{{- (replaceRE "^.*static" "" .Destination ) | safeURL -}}" alt="{{- .Text -}}" {{- with .Title}} title="{{- . -}}"{{- end -}} />
|
||||
{{- else -}}
|
||||
{{- 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/-->
|
||||
<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