Skip to content

Commit

Permalink
Reorder head elements in base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Mar 1, 2024
1 parent 5f23507 commit f9f360f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/_includes/layout/base.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="/js/theme-detection.js"></script>
{% include "partial/preload.html" %}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="alternate" type="application/rss+xml" href="{{ site.url }}/feed.xml" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
{% include "partial/meta.html" %}
<link rel="alternate" type="application/rss+xml" href="{{ site.url }}/feed.xml">

<script src="/js/theme-detection.js"></script>
{% include "partial/preload.html" %}

<link rel="stylesheet" href="/css/main.css">
</head>
<body>
Expand Down

0 comments on commit f9f360f

Please sign in to comment.