diff options
| author | 2022-03-03 10:30:38 +0100 | |
|---|---|---|
| committer | 2022-03-03 10:30:38 +0100 | |
| commit | 96f6da42c0c1d0e3635578c39f516ee681722c3c (patch) | |
| tree | a6a33f268fb00ca9c31282fbff8b912b8ce1241d | |
| parent | 82624418d5940ef628a51ca07aa222073fa9a388 (diff) | |
add github link
| -rw-r--r-- | templates/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 3eee716..18924c7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,8 +14,9 @@ share some of that stuff here. <li><a href="/mips.html">web MIPS assembler/disassembler (incomplete)</a> <li><a href="/w">writings/blog</a> (last updated on {{ get_section(path="w/_index.md") | get(key="pages") | map(attribute="date") | first }}) <li><a href="https://git.sr.ht/~lsof/">git</a> -<li><a href="https://www.youtube.com/channel/UCoZ8JbiXlq_Zh0DGvaGRTDQ">youtube</a> <li><img src="/asset/link.png" width="18" height="23"> +<li><a href="https://www.youtube.com/channel/UCoZ8JbiXlq_Zh0DGvaGRTDQ">youtube</a> +<li><a href="https://github.com/lemon32767">github (old projects)</a> </ul> <h3>contact</h3> |