summaryrefslogtreecommitdiff
path: root/views/layouts
diff options
context:
space:
mode:
authorDarius Kazemi <darius.kazemi@gmail.com>2019-12-11 18:11:09 -0800
committerDarius Kazemi <darius.kazemi@gmail.com>2019-12-11 18:11:09 -0800
commit5faad9ea56dcf2d715c9e11e07490f50115d25bb (patch)
treea9816a1fa77b8784e8a22120a7ae9715e01a8aa8 /views/layouts
parent0c46e2d2d148efb7cfabcf82c12266a8d788f551 (diff)
First pass at federation!
Diffstat (limited to 'views/layouts')
-rwxr-xr-xviews/layouts/main.handlebars8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars
index 4f0cfbc..3cde5d5 100755
--- a/views/layouts/main.handlebars
+++ b/views/layouts/main.handlebars
@@ -18,13 +18,13 @@
<meta property="og:image:height" content="260">
<meta property="og:description" content="{{#if metadata.description}}{{metadata.description}}{{else}}An easier, quicker, and much less privacy-invading way to make and share events{{/if}}">
<meta property="og:title" content="{{#if metadata.title}}{{metadata.title}} &middot; gathio{{else}}gathio{{/if}}">
- <meta property="og:url" content="{{#if metadata.url}}{{metadata.url}}{{else}}https://gath.io/{{/if}}">
- <meta property="og:image" content="{{#if metadata.image}}{{metadata.image}}{{else}}http://gath.io/og-image.jpg{{/if}}">
+ <meta property="og:url" content="{{#if metadata.url}}{{metadata.url}}{{else}}https://{{domain}}/{{/if}}">
+ <meta property="og:image" content="{{#if metadata.image}}{{metadata.image}}{{else}}http://{{domain}}/og-image.jpg{{/if}}">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="{{#if metadata.title}}{{metadata.title}} &middot; gathio{{else}}gathio{{/if}}">
<meta name="twitter:description" content="{{#if metadata.description}}{{metadata.description}}{{else}}An easier, quicker, and much less privacy-invading way to make and share events{{/if}}">
- <meta name="twitter:image" content="{{#if metadata.image}}{{metadata.image}}{{else}}http://gath.io/og-image.jpg{{/if}}">
+ <meta name="twitter:image" content="{{#if metadata.image}}{{metadata.image}}{{else}}http://{{domain}}/og-image.jpg{{/if}}">
<title>{{#if title}}{{title}} &middot; {{/if}}gathio</title>
@@ -73,7 +73,7 @@
</div>
<div id="footerContainer">
<small class="text-muted">
- <a href="https://github.com/lowercasename/gathio">GitHub</a> &middot; Made with <i class="far fa-heart"></i> by <a href="http://raphaelkabo.com">Raphael</a> &middot; Need help? <a href="mailto:support@gath.io">Email us</a>.<br />
+ <a href="https://github.com/lowercasename/gathio">GitHub</a> &middot; Made with <i class="far fa-heart"></i> by <a href="http://raphaelkabo.com">Raphael</a> &middot; Need help? <a href="mailto:{{email}}">Email us</a>.<br />
If you like gathio, you might like <strong><a href="http://sweet.sh/" style="color:#ed5e5e;">sweet</a></strong>, my utopian social network.
</small>
</div>