diff options
Diffstat (limited to 'themes/sourcehut/address-book.html')
-rw-r--r-- | themes/sourcehut/address-book.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/themes/sourcehut/address-book.html b/themes/sourcehut/address-book.html index 666e08a..c5600d6 100644 --- a/themes/sourcehut/address-book.html +++ b/themes/sourcehut/address-book.html @@ -37,10 +37,7 @@ <ul class="nav flex-column"> {{range .AddressObjects}} <li class="nav-item"> - <a - class="nav-link" - href="/contacts/{{.Card.Value "UID" | pathescape}}" - >{{.Card.Value "FN"}}</a> + <a class="nav-link" href="{{.URL}}">{{.Card.Value "FN"}}</a> </li> {{end}} </ul> |