fix Links do not have descriptive text

This commit is contained in:
Aditya Telange 2021-01-17 12:39:12 +05:30
parent 91dad2f09a
commit 4f15ed8fe8
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ params:
url: "<link2>"
```
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/)
---