diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-09 17:39:38 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-09 17:39:38 -0500 |
commit | 9bb17f8088bbcd5407e2d3fcbce72bfc6ee5da3d (patch) | |
tree | 51109a4c3788c408857dc280cebd7895a513c1ba /templates/template.html | |
parent | 093425e240308f097f341bd214a45cd976e89ae2 (diff) | |
download | 53hor-9bb17f8088bbcd5407e2d3fcbce72bfc6ee5da3d.tar.xz 53hor-9bb17f8088bbcd5407e2d3fcbce72bfc6ee5da3d.zip |
updated about
Diffstat (limited to 'templates/template.html')
-rw-r--r-- | templates/template.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/templates/template.html b/templates/template.html index ef925d0..abcd222 100644 --- a/templates/template.html +++ b/templates/template.html @@ -26,9 +26,9 @@ </a> </li> <li> - <a href="/about.html"> + <a href="/info.html"> <img src="/includes/icons/information-variant.svg" /> - About + Info </a> </li> <li> @@ -49,12 +49,6 @@ RSS </a> </li> - <li> - <a href="/contact.html"> - <img src="/includes/icons/at.svg" /> - Contact - </a> - </li> </ul> </nav> |