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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Schreiner <HenrySchreinerIII@gmail.com>2020-01-15 04:38:57 +0300
committerGitHub <noreply@github.com>2020-01-15 04:38:57 +0300
commitea2c1187c7665a6eac95da270fb9875c75d0d3f8 (patch)
tree6506e64bd4b0276e90243e89ba1e83dfa2dd387d
parent264894242734375a9ff746cfa4e7e3d4d0e00e58 (diff)
Match example to reality
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2ba25bd..26fe826 100644
--- a/README.md
+++ b/README.md
@@ -158,9 +158,9 @@ There are two extra shortcodes provided (along with the customized figure shortc
This simply adds the html5 detail attribute, supported on all *modern* browsers. Use it like this:
```
-{{% details "This is the details title (click to expand)" %}}
+{{< details "This is the details title (click to expand)" >}}
This is the content (hidden until clicked).
-{{% /details %}}
+{{< /details >}}
```
#### Split