[Scummvm-git-logs] scummvm-web master -> a67fa780bab17b78ef15e6a3cca626f838d9ed63
lotharsm
noreply at scummvm.org
Thu Feb 16 09:49:40 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
a67fa780ba WEB: Set mastodon verification link in footer
Commit: a67fa780bab17b78ef15e6a3cca626f838d9ed63
https://github.com/scummvm/scummvm-web/commit/a67fa780bab17b78ef15e6a3cca626f838d9ed63
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-02-16T10:49:27+01:00
Commit Message:
WEB: Set mastodon verification link in footer
Changed paths:
templates/pages/index.tpl
diff --git a/templates/pages/index.tpl b/templates/pages/index.tpl
index 5c32aa96..3c3f15d3 100644
--- a/templates/pages/index.tpl
+++ b/templates/pages/index.tpl
@@ -27,8 +27,6 @@
<meta property="og:description" content="ScummVM is a collection of game engines for playing classic graphical RPGs and point-and-click adventure games on modern hardware.">
<meta property="og:url" content="{'https://www.scummvm.org'|lang}">
<meta property="og:image" content="https://www.scummvm.org/images/og-image.jpg">
- <!-- Mastodon verification -->
- <a rel="me" href="https://corteximplant.com/@scummvm"></a>
<!-- Translations -->
{foreach from=$available_languages key=key item=item}
{if $lang != $key}
@@ -132,4 +130,11 @@
</script>
</body>
+</footer>
+
+ <!-- Mastodon verification -->
+ <a rel="me" href="https://corteximplant.com/@scummvm"></a>
+
+</footer>
+
</html>
More information about the Scummvm-git-logs
mailing list