diff options
author | Julien Dessaux | 2021-03-22 22:58:22 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-03-22 22:58:22 +0100 |
commit | e0fd5578d2e9b435019a662a78085b00f5177e45 (patch) | |
tree | a2bbde0d209a0b68286b3fa65b3b2bdfa955e3ee /layouts | |
parent | Added a hugo markdown shortcode to automatically calculate my age (diff) | |
download | www-e0fd5578d2e9b435019a662a78085b00f5177e45.tar.gz www-e0fd5578d2e9b435019a662a78085b00f5177e45.tar.bz2 www-e0fd5578d2e9b435019a662a78085b00f5177e45.zip |
Reworked some docs _index and added an article on hugo shortcodes
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/shortcodes/print.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/shortcodes/print.html b/layouts/shortcodes/print.html new file mode 100644 index 0000000..8ed1b70 --- /dev/null +++ b/layouts/shortcodes/print.html @@ -0,0 +1 @@ +{{ index .Params 0 }} |