Fixes for URLs

This commit is contained in:
EricFromCanada
2019-09-09 23:05:45 -04:00
parent bea649dc63
commit 40ab3ef17c
7 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -46,9 +46,9 @@ Hello Adam!
Tags can be categorized into three types:
- [Control flow]({{ "/tags/control-flow" | prepend: site.baseurl }})
- [Iteration]({{ "/tags/iteration" | prepend: site.baseurl }})
- [Variable assignments]({{ "/tags/variable" | prepend: site.baseurl }})
- [Control flow]({{ "/tags/control-flow/" | prepend: site.baseurl }})
- [Iteration]({{ "/tags/iteration/" | prepend: site.baseurl }})
- [Variable assignments]({{ "/tags/variable/" | prepend: site.baseurl }})
You can read more about each type of tag in their respective sections.