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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/codecaption.html')
-rw-r--r--layouts/shortcodes/codecaption.html13
1 files changed, 1 insertions, 12 deletions
diff --git a/layouts/shortcodes/codecaption.html b/layouts/shortcodes/codecaption.html
index 52b7a34..9288781 100644
--- a/layouts/shortcodes/codecaption.html
+++ b/layouts/shortcodes/codecaption.html
@@ -1,18 +1,7 @@
<!-- Author: Parsia Hakimian https://github.com/parsiya/Hugo-Shortcodes -->
<!-- codecaption short code - basically this is normal highlighted code with caption on top.
-
- Usage:
-
- {{< codecaption lang="language e.g. python/csharp" title="captiontitle" >}}
- package main
-
- import "fmt"
-
- func main() {
- fmt.Println("Hello World!")
- }
- {{< /codecaption >}} -->
+ see readme or the above repository for usage -->
<figure class="code">
<figcaption>