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

github.com/blankoworld/hugo_theme_adam_eve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4d0fea..c368c1f 100644
--- a/README.md
+++ b/README.md
@@ -58,12 +58,20 @@ Example:
{{< remote "Wiki" "http://fr.wikipedia.org/wiki/Wiki" >}}
```
-**Optional**: This shortcode accepts a third parameter to define link title. Example:
+With remote shortcode, you have many other possibilities by playing with parameters:
```
{{< remote "Panda" "https://best.panda.domain.tld" "What a panda looks like" >}}
```
+which add a **title** to your link (when user keep cursor on it).
+
+```
+{{< remote "http://perdu.com/" >}}
+```
+
+which display the link at it is. But with the globe before ;)
+
## internal
This shortcode will use `relref` Hugo command to create a relative link to the given page.