Skip to content

Commit dbb3508

Browse files
committed
version 1.6
1 parent f46e1e4 commit dbb3508

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/redirect.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Jekyll layout to create URL redirects
33
# https://github.com/jekylltools/jekyll-redirect-layout
4-
# v1.5
4+
# v1.6
55
---
66
{%- if page.external == true -%}
77
{%- assign destination = page.destination -%}
@@ -12,9 +12,9 @@
1212
<html>
1313
<head>
1414
<meta charset="utf-8">
15-
{%- if page.canonical == true -%}
15+
{% if page.canonical == true -%}
1616
<link rel="canonical" href="{{ destination }}">
17-
{%- endif -%}
17+
{% endif -%}
1818
<noscript>
1919
<meta http-equiv="refresh" content="0; url={{ destination }}">
2020
</noscript>

0 commit comments

Comments
 (0)