Skip to content

Commit

Permalink
Sort application <head> (#650)
Browse files Browse the repository at this point in the history
Sort `head`
  • Loading branch information
jeffdaley committed Mar 15, 2024
1 parent 0e7992b commit 56f7846
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions web/app/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<!-- `head` sorted by https://rviscomi.github.io/capo.js/ -->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Hermes</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Hermes</title>

{{content-for "head"}}

<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css" />
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/hermes.css" />

<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="" />

<link rel="icon" type="image/png" href="{{rootURL}}images/favicon.png" />

{{content-for "head-footer"}}
</head>

<body>
{{content-for "body"}}

Expand Down

0 comments on commit 56f7846

Please sign in to comment.