We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f3e5b commit 0ae515aCopy full SHA for 0ae515a
layouts/dynredir.html
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html lang="en" dir="ltr">
3
<head>
4
- <title>{{ site.title | default: site.github.repository_name }}: Redirecting</title>
+ <title>{{ site.title | default: site.github.repository_name }}: {{ page.title | default: page.path }}</title>
5
<link rel="canonical" href="{{ content }}"/>
6
<meta http-equiv="refresh" content="0;url={{ content }}" />
7
{% assign cssclass = 'default' %}
redirect/patreon.html
@@ -3,5 +3,5 @@
layout: redirect
permalink: /patreon
redirect_to:
- - https://www.patreon.com/redeclipsenet
+ - https://www.patreon.com/qreeves
---
0 commit comments