commit aae5134f12a6f1b766ddb5a3c2b74ef2b7f981c2 parent 6b564f88c595fd6649930cdadb8ab80d31d2d229 Author: Oscar Benedito <oscar@oscarbenedito.com> Date: Thu, 25 Mar 2021 10:46:03 +0100 Change mardown links on blog index Diffstat:
M | content/blog/_index.md | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/content/blog/_index.md b/content/blog/_index.md @@ -3,11 +3,11 @@ # Personal blog -This is my personal blog. You can subscribe to [my feed][feed] or look through -all the posts on [the archive][archive]. You can find links to other blogs I -follow on [my blogroll][br]. +This is my personal blog. You can subscribe to [my feed][] or look through all +the posts on [the archive][]. You can find links to other blogs I follow on [my +blogroll][]. -[feed]: </blog/index.xml> "Blog feed" -[archive]: </blog/archive/> "Blog archive" -[br]: </blogroll/> "Blogroll" +[my feed]: </blog/index.xml> "Blog feed" +[the archive]: </blog/archive/> "Blog archive" +[my blogroll]: </blogroll/> "Blogroll"