diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-12 17:21:46 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-12 17:21:46 +0100 |
| commit | 64c8ae31ff131e9d1071abeda55a1c1cb2bf5125 (patch) | |
| tree | 3931ed142716e8566ee12537e62ff0a3237f16ab /templates/page/index.gohtml | |
| parent | e59feeba358683dcaf01cd678e9754f91d99cca5 (diff) | |
feat(data): tags
Diffstat (limited to 'templates/page/index.gohtml')
| -rw-r--r-- | templates/page/index.gohtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml index fccb7a5..b3139a3 100644 --- a/templates/page/index.gohtml +++ b/templates/page/index.gohtml @@ -9,7 +9,10 @@ <p>{{ .Person.Pronouns }}</p> </div> </div> - <p class="description">{{ .Description }}</p> + <p class="description"> + {{ .Description }} + <a href="/tags">More information...</a> + </p> <div class="links"> {{ range $link := .Links }} <div class="link" style="{{ .GetBackground }}"> |
