diff options
author | Julien Dessaux | 2022-06-01 15:57:45 +0200 |
---|---|---|
committer | Julien Dessaux | 2022-06-01 15:59:02 +0200 |
commit | 66a9e75608ae9a4c0bf3611c7fc8a5539d429f33 (patch) | |
tree | 61a659701abbdca20808dc42c9e34135069b8272 /content/blog/hugo | |
parent | Updated dependencies (diff) | |
download | www-66a9e75608ae9a4c0bf3611c7fc8a5539d429f33.tar.gz www-66a9e75608ae9a4c0bf3611c7fc8a5539d429f33.tar.bz2 www-66a9e75608ae9a4c0bf3611c7fc8a5539d429f33.zip |
Fixed git.adyxax.org urls following gitea to cgit migration
Diffstat (limited to '')
-rw-r--r-- | content/blog/hugo/adding-custom-shortcode-age.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/hugo/adding-custom-shortcode-age.md b/content/blog/hugo/adding-custom-shortcode-age.md index 1f912bc..72fb9bd 100644 --- a/content/blog/hugo/adding-custom-shortcode-age.md +++ b/content/blog/hugo/adding-custom-shortcode-age.md @@ -33,7 +33,7 @@ And if you are wondering how I am able to display a shortcode code inside this p {{< print "{{ index .Params 0 }}" >}} {{< / highlight >}} -You can find these examples [here](https://git.adyxax.org/adyxax/www/src/branch/master/layouts/shortcodes/)! Hugo really is a powerful static website generator, it is amazing. +You can find these examples [here](https://git.adyxax.org/adyxax/www/tree/layouts/shortcodes)! Hugo really is a powerful static website generator, it is amazing. ## References |