[SSG][Design] Add Subscribe page.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>{{ title }} | Redacted Life</title>
|
||||
<title>{% block title %}{{ title }} | Redacted Life{% endblock %}</title>
|
||||
<link href="assets/css/index.css" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="assets/plyr/plyr.css" />
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
<link rel="canonical" href="https://redacted.life/">
|
||||
<link rel="me" href="https://masto.nixnet.xyz/@amolith">
|
||||
<link rel="me" href="https://masto.nixnet.xyz/@RedactedLife">
|
||||
{% block stylesheets %}{% endblock %}
|
||||
|
||||
<!-- Social: Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
@@ -59,7 +60,7 @@
|
||||
<div class="bottom">
|
||||
<div class="wrapper">
|
||||
<div class="content">
|
||||
<a class="button" href="feed.xml">Subscribe</a>
|
||||
<a class="button" href="subscribe.html">Subscribe</a>
|
||||
<a class="button" href="mailto:hello@redacted.life">Contact</a>
|
||||
<a class="button" href="archives.html">Archives</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user