Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/pages/hugo-theme-w3css-basic/page-shortcodes/index.md')
-rw-r--r--exampleSite/content/pages/hugo-theme-w3css-basic/page-shortcodes/index.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/content/pages/hugo-theme-w3css-basic/page-shortcodes/index.md b/exampleSite/content/pages/hugo-theme-w3css-basic/page-shortcodes/index.md
index e3171aa..324b1ef 100644
--- a/exampleSite/content/pages/hugo-theme-w3css-basic/page-shortcodes/index.md
+++ b/exampleSite/content/pages/hugo-theme-w3css-basic/page-shortcodes/index.md
@@ -717,12 +717,14 @@ pre.terminal-out {
{{< w3-code >}}
{{</* res-figure "." "img/pixabay.com/penguin-21*" />}}
{{< res-figure "." "img/pixabay.com/penguin-21*" "Fit" "200x200" />}}
-{{< res-figure "." "img/pixabay.com/penguin-21*" "Fill" "200x200" /*/>}}
+{{< res-figure "." "img/pixabay.com/penguin-21*" "Fill" "200x200" />}}
+{{< res-figure path="." match="img/pixabay.com/penguin-21*" href="https://google.com" /*/>}}
{{< /w3-code >}}
{{< res-figure "." "img/pixabay.com/penguin-21*" />}}
{{< res-figure "." "img/pixabay.com/penguin-21*" "Fit" "200x200" />}}
{{< res-figure "." "img/pixabay.com/penguin-21*" "Fill" "200x200" />}}
+{{< res-figure path="." match="img/pixabay.com/penguin-21*" href="https://google.com"/>}}
```yaml
resources:
@@ -751,6 +753,7 @@ resources:
| cmd | 2 | Resize | command | Fill, Fit or Resize |
| opt | 3 | 300x | options | command options |
| cap | 4 | %%N | caption format | see below |
+| href | 5 | | url when clicked | |