diff --git a/content/about.md b/content/about.md index 436946c..c2d5ca3 100644 --- a/content/about.md +++ b/content/about.md @@ -9,7 +9,7 @@ I'm interested in Linux, Network, Securety and P2p Solutions. This page exists for my projects, to inform friends about things and so on. -If there are any questions, don't be afraid to write me an [email](/contact). +If there are any questions, don't be afraid to write me an [email]({{< siteurl >}}contact). diff --git a/layouts/.gitkeep b/layouts/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/layouts/shortcodes/siteurl.html b/layouts/shortcodes/siteurl.html new file mode 100644 index 0000000..4e0d7b6 --- /dev/null +++ b/layouts/shortcodes/siteurl.html @@ -0,0 +1 @@ +{{ .Page.Site.BaseURL }}