Fixed git.adyxax.org urls following gitea to cgit migration

This commit is contained in:
Julien Dessaux 2022-06-01 15:57:45 +02:00
parent a34f021d4e
commit 66a9e75608
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 2 additions and 2 deletions

View file

@ -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