[Git][reproducible-builds/reproducible-website][master] Add a Twitter card.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Thu Mar 31 08:52:59 UTC 2022
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
7153dab5 by Chris Lamb at 2022-03-31T09:52:39+01:00
Add a Twitter card.
- - - - -
1 changed file:
- _includes/head.html
Changes:
=====================================
_includes/head.html
=====================================
@@ -11,4 +11,13 @@
<link rel="stylesheet" href="{{ "/assets/static/bootstrap.min.css" | relative_url }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+ {% if page.url == "/" %}
+ <meta name="twitter:card" content="summary">
+ <meta name="twitter:site" content="@ReproBuilds">
+ <meta name="twitter:title" content="Reproducible Builds">
+ <meta name="twitter:description" content="Reproducible builds are a set of software development practices that create an independently-verifiable path from source to binary code.">
+ <meta name="twitter:image" content="{{ "/images/logos/rb.svg" | absolute_url }}">
+ {% endif %}
+
</head>
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/7153dab5ec7ea46aac0dff370db0251af5f3cfbb
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/7153dab5ec7ea46aac0dff370db0251af5f3cfbb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220331/c939ce15/attachment.htm>
More information about the rb-commits
mailing list