From 4f15ed8fe8fbdb5624b1eea71efa1df7b3eef55e Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sun, 17 Jan 2021 12:39:12 +0530 Subject: [PATCH] fix Links do not have descriptive text --- content/posts/papermod/papermod-features/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/papermod/papermod-features/index.md b/content/posts/papermod/papermod-features/index.md index 7fe54be5..f94446fc 100644 --- a/content/posts/papermod/papermod-features/index.md +++ b/content/posts/papermod/papermod-features/index.md @@ -103,7 +103,7 @@ params: url: "" ``` -ex. [here](https://github.com/adityatelange/hugo-PaperMod/blob/exampleSite/config.yml#L106) +ex. [config.yml#L106](https://github.com/adityatelange/hugo-PaperMod/blob/exampleSite/config.yml#L106) --- @@ -305,7 +305,7 @@ params: comments: true ``` -read more about this [here](https://gohugo.io/content-management/comments/) +read more about this [hugo-comments](https://gohugo.io/content-management/comments/) ---