We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c4c7a commit b82399aCopy full SHA for b82399a
1 file changed
src/_includes/default.html
@@ -1,4 +1,4 @@
1
-<!DOCTYPE html>
+<!doctype html>
2
<html lang="en-GB">
3
<head>
4
<meta charset="utf-8" />
@@ -21,7 +21,7 @@
21
/>
22
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=1" />
23
24
- <link rel="stylesheet" href="/assets/css/main.css" />
+ <link rel="stylesheet" href="/assets/css/main.css?v=71025" />
25
<title>
26
{%- if title -%}{{ title }} | {{ site.title }} {%- else -%} {{
27
site.title }} | {{ site.description}}{%- endif -%}
0 commit comments