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

github.com/runningstream/hugograyscale.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrunningstream <runningstreamllc@gmail.com>2020-01-26 00:01:06 +0300
committerrunningstream <runningstreamllc@gmail.com>2020-01-26 00:01:06 +0300
commitda48d2e04e2140efed3d40ab42f1d92dadd519b4 (patch)
tree855f24fae12a4098b868c8c7b823c77173717af0
parent814cafa01bc0ce7031a9cd183fbbece1a9ce04b5 (diff)
Readme update...
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 18bef74..0fd948f 100644
--- a/README.md
+++ b/README.md
@@ -53,10 +53,10 @@ Big button shortcode example:
Social network shortcode example:
```
-{{% socialhandles %}}
+{{< socialhandles >}}
{{< twitter user="stream_running" >}}
{{< github user="runningstream" >}}
-{{% /socialhandles %}}
+{{< /socialhandles >}}
```
Check out the directory `exampleSite/content/` for a full-featured example.