diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-03-08 12:22:48 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-03-08 12:22:48 -0500 |
| commit | 18805fb1c3de25ffd3dc9c9d6593c09ec6512fae (patch) | |
| tree | 87a253c91618c564154cc2c8333dcc7035e64e99 /templates | |
| parent | dc292817d626265897d9ebdc64f801d59288209b (diff) | |
Fixed Errors in Error Page
Diffstat (limited to 'templates')
| -rwxr-xr-x | templates/error.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/error.html b/templates/error.html index 385835b..723fa19 100755 --- a/templates/error.html +++ b/templates/error.html @@ -11,9 +11,9 @@ </head> <body> <ul class="topBar"> - <li class="topLink"><a href="https://jacobmcdonnell.com/">home</a></li> + <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://jacobmcdonnell.com/articles">articles</a></li> + <!--<li class="topLink"><a href="https://jacobmcdonnell.com/articles">articles</a></li>--> </ul> <div class="main"> <center> |
