diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-27 02:25:40 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-27 02:25:40 -0600 |
commit | 369944746e3bf52b93919fe4b10262fa31f15a83 (patch) | |
tree | 3afb08522631c0df33c68bde67340af66a2546f9 /pyssg.xyz/plt/body/header.html | |
parent | 903211371ec1ea6354f3aff0ccb09baf3ed6d33a (diff) |
fix links for some pages
Diffstat (limited to 'pyssg.xyz/plt/body/header.html')
-rw-r--r-- | pyssg.xyz/plt/body/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyssg.xyz/plt/body/header.html b/pyssg.xyz/plt/body/header.html index 368eab3..a7c4c08 100644 --- a/pyssg.xyz/plt/body/header.html +++ b/pyssg.xyz/plt/body/header.html @@ -2,7 +2,7 @@ <nav> <ul> <li> - <a href="{{config['url']['main']}}"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> + <a href="https://pyssg.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> </li> <li> |