diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-14 22:35:33 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-14 22:35:33 -0600 |
commit | 6ec12d94c1b25883e3588afcadd686d3dc157675 (patch) | |
tree | 220cc76815d14f43ede36c53b5e253dd5a6e83e5 /pyssg.xyz/plt/body/header.html | |
parent | 8461a3b8d48bc772ef449e37e5c98ffc254930fe (diff) |
add more files, fixed bugs related to multiple documents in yaml configv0.8.1
Diffstat (limited to 'pyssg.xyz/plt/body/header.html')
-rw-r--r-- | pyssg.xyz/plt/body/header.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyssg.xyz/plt/body/header.html b/pyssg.xyz/plt/body/header.html index 9b38511..368eab3 100644 --- a/pyssg.xyz/plt/body/header.html +++ b/pyssg.xyz/plt/body/header.html @@ -5,6 +5,10 @@ <a href="{{config['url']['main']}}"><i class="fas fa-home" alt="Home"></i><span>Home</span></a> </li> + <li> + <a href="https://blog.pyssg.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</span></a> + </li> + <li><i class="fab fa-git" alt="Git"></i><span>Git</span> <ul> <li><a href="https://git.luevano.xyz/" target="_blank"><i class="fab fa-git-alt" alt="Git-alt"></i></a></li> |