diff options
| author | Jacob Weisz <ocdtrekkie@noreply@mills.io> | 2022-10-01 05:21:40 +0000 |
|---|---|---|
| committer | James Mills <james@mills.io> | 2022-10-01 05:21:40 +0000 |
| commit | d4223a9ef70085df4330af881d93a93d7ccf07e0 (patch) | |
| tree | 18457a327a92c68786cec19cd830bbbe55f201e7 /templates/base.html | |
| parent | 70fbc8c7b0d65fd71878520e5cb14e4a494137fa (diff) | |
Remove external FontAwesome dependency (#30)
This fixes #28.
Since we only use a single FontAwesome, I decided to just use the SVG (which FontAwesome considers the code comment within appropriate attribution). I further decided "screw it, let's inline it", because it avoids unnecessary complexity, and we can always punt it out to another file later if we need to.
Co-authored-by: Jacob Weisz <inbox@jacobweisz.com>
Reviewed-on: https://git.mills.io/prologic/tube/pulls/30
Co-authored-by: Jacob Weisz <ocdtrekkie@noreply@mills.io>
Co-committed-by: Jacob Weisz <ocdtrekkie@noreply@mills.io>
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index d0ba6ef..65fa38d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,6 @@ <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/static/theme.css">
<link rel="stylesheet" type="text/css" href="/static/upload.css">
<link rel="stylesheet" type="text/css" href="/static/import.css">
|
