Skip to content

Commit 0ae515a

Browse files
committed
update patreon link
1 parent a9f3e5b commit 0ae515a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/dynredir.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en" dir="ltr">
33
<head>
4-
<title>{{ site.title | default: site.github.repository_name }}: Redirecting</title>
4+
<title>{{ site.title | default: site.github.repository_name }}: {{ page.title | default: page.path }}</title>
55
<link rel="canonical" href="{{ content }}"/>
66
<meta http-equiv="refresh" content="0;url={{ content }}" />
77
{% assign cssclass = 'default' %}

redirect/patreon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
layout: redirect
44
permalink: /patreon
55
redirect_to:
6-
- https://www.patreon.com/redeclipsenet
6+
- https://www.patreon.com/qreeves
77
---

0 commit comments

Comments
 (0)