diff options
author | Julien Dessaux | 2021-03-23 22:38:09 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-03-23 22:38:09 +0100 |
commit | f5eb463f91836525239327537392fc4d65fcb542 (patch) | |
tree | 11d0000dfe9b5e6a29db1e3224ccf36841a64420 /content/blog/hugo | |
parent | Added an openbsd article and simplified all useless relref (diff) | |
download | www-f5eb463f91836525239327537392fc4d65fcb542.tar.gz www-f5eb463f91836525239327537392fc4d65fcb542.tar.bz2 www-f5eb463f91836525239327537392fc4d65fcb542.zip |
Cut down code quotes that were too long and disformed the blog template
Diffstat (limited to '')
-rw-r--r-- | content/blog/hugo/adding-custom-shortcode-age.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/hugo/adding-custom-shortcode-age.md b/content/blog/hugo/adding-custom-shortcode-age.md index 13cc4a5..afa96b4 100644 --- a/content/blog/hugo/adding-custom-shortcode-age.md +++ b/content/blog/hugo/adding-custom-shortcode-age.md @@ -1,7 +1,7 @@ --- -title: "Adding a custom hugo markdown shortcode to calculate an age" +title: Custom hugo markdown shortcode date: 2021-03-22 -description: An example of custom hugo shortcode +description: An example of custom hugo shortcode to calculate automatically something tags: - hugo --- |