diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-05-21 10:30:43 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-05-21 10:36:50 -0600 |
commit | 5a58890228cbc2b69069a6e2c71c4e3bc3d3fc07 (patch) | |
tree | 7570f23f6bf647085367baedbedfd13c1b6667b0 /srv/src/http/tpl | |
parent | 79452e7472245e561ebedd937002b51eb57e9dba (diff) |
Fix code block formatting and clean up extraneous files
Diffstat (limited to 'srv/src/http/tpl')
-rw-r--r-- | srv/src/http/tpl/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/srv/src/http/tpl/base.html b/srv/src/http/tpl/base.html index 5955bee..e619483 100644 --- a/srv/src/http/tpl/base.html +++ b/srv/src/http/tpl/base.html @@ -5,7 +5,6 @@ <meta charset="utf-8"> <link rel="stylesheet" href="{{ StaticURL "normalize.css" }}"> <link rel="stylesheet" href="{{ StaticURL "skeleton.css" }}"> - <link rel="stylesheet" href="{{ StaticURL "friendly.css" }}"> <link rel="stylesheet" href="{{ StaticURL "main.css" }}"> <link rel="stylesheet" href="{{ StaticURL "fontawesome/css/all.css" }}"> </head> |