Skip to content

Commit d4ed707

Browse files
committed
Fix license links
1 parent 64adcba commit d4ed707

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/license.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<br>
2-
This work is licensed under <a rel="license" href="{{ /LICENSE.txt | relative_url }}">CC BY 4.0</a>.
2+
This work is licensed under <a rel="license" href="{{ '/LICENSE.txt' | relative_url }}">CC BY 4.0</a>.

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="theme-color" content="#157878">
99
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
1010
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
11-
<link rel="license" href=" {{ /LICENSE.txt | relative_url }} " />
11+
<link rel="license" href=" {{ '/LICENSE.txt' | relative_url }} " />
1212
</head>
1313
<body>
1414
<a id="skip-to-content" href="#content">Skip to the content.</a>

0 commit comments

Comments
 (0)