diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-03-08 14:38:34 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-03-08 14:38:34 -0500 |
| commit | 323c535b1a38b290ad756efef8811fe1e3c7f738 (patch) | |
| tree | 93ca062cc51153b64b60dfb623cc369e56562af3 /templates | |
| parent | 0ed3e64845c059a2be9748a7fd13c730f1c4db36 (diff) | |
Update to CSS and Home page
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/template.html b/templates/template.html index 12ca6c5..2db9829 100755 --- a/templates/template.html +++ b/templates/template.html @@ -18,6 +18,7 @@ <ul class="topBar"> <li class="topLink"><a href="/">home</a></li> <li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li> + <li class="topLink"><a href="https://gist.github.com/JacobMcDonnell/">gists</a></li> <!--<li class="topLink"><a href="/articles">articles</a></li>--> </ul> <div class="main"> |
