Skip to content

Commit

Permalink
Fix link inconsistencies in theme (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaughan authored Jun 25, 2023
1 parent 803e9b6 commit e9fa1b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="utf-8">
<title>{{.Name}}</title>
<meta name="generator" content="{{.Generator}}">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha384-9Z9AuAj0Xi0z7WFOSgjjow8EnNY9wPNp925TVLlAyWhvZPsf5Ks23Ex0mxIrWJzJ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" type="text/css" integrity="sha384-9Z9AuAj0Xi0z7WFOSgjjow8EnNY9wPNp925TVLlAyWhvZPsf5Ks23Ex0mxIrWJzJ" crossorigin="anonymous">
<link rel="stylesheet" href="static/style.css" type="text/css">
<link rel="alternate" type="application/atom+xml" href="atom.xml" title="Atom feed">
<link rel="outline" type="text/x-opml" href="opml.xml" title="OPML">
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="Atom feed">
<link rel="outline" href="opml.xml" type="text/x-opml" title="OPML">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<body>
Expand Down

0 comments on commit e9fa1b5

Please sign in to comment.