[Git][reproducible-builds/reproducible-website][master] 4 commits: Expand tabs.
Chris Lamb
gitlab at salsa.debian.org
Mon Oct 12 09:54:56 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
3a99e544 by Chris Lamb at 2020-10-12T10:37:46+01:00
Expand tabs.
- - - - -
f56ce130 by Chris Lamb at 2020-10-12T10:39:22+01:00
Use |relative_url to fix missing translation icon on various pages.
- - - - -
80aa18cf by Chris Lamb at 2020-10-12T10:48:19+01:00
Reformat Liquid and CSS formatting to be consistent.
- - - - -
567fbe8b by Chris Lamb at 2020-10-12T10:54:35+01:00
Announce today's IRC meeting.
- - - - -
3 changed files:
- _includes/navbar.html
- + _posts/2020-10-12-reproducible-irc-meeting.md
- + images/news/reproducible-irc-meeting/irc.png
Changes:
=====================================
_includes/navbar.html
=====================================
@@ -1,6 +1,6 @@
<nav class="navbar navbar-expand-lg navbar-light sticky-top rp-navbar__top">
- <a class="navbar-brand" href="{{ "/"|relative_url }}">
- <img src="{{ "/assets/images/logo-text-white.png"|relative_url }}" height="30" width="auto" alt=""></img>
+ <a class="navbar-brand" href="{{ "/" | relative_url }}">
+ <img src="{{ "/assets/images/logo-text-white.png" | relative_url }}" height="30" width="auto" alt=""></img>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
@@ -19,11 +19,11 @@
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="languagesNavbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
- <img style="opacity:0.5;" src="{% if tongue != site.default_lang %}../{% endif %}../../assets/images/icons/translate-white-24dp.svg" alt="change language" height="24" width="24"/>
+ <img style="opacity: 0.5;" src="{{ "/assets/images/icons/translate-white-24dp.svg" | relative_url }}" alt="change language" height="24" width="24"/>
</a>
<div class="dropdown-menu" aria-labelledby="languagesNavbarDropdown">
{% for tongue in site.languages %}
- <a class="dropdown-item{% if tongue == site.active_lang %} disabled{% endif %}" href="{% if tongue == site.default_lang %} {{site.baseurl}}{{page.url}} {% else %} {{site.baseurl}}/{{ tongue }}{{page.url}} {% endif %}">{{ site.data.languagenames[tongue] }}</a>
+ <a class="dropdown-item{% if tongue == site.active_lang %} disabled{% endif %}" href="{% if tongue == site.default_lang %}{{ site.baseurl }}{{ page.url }}{% else %}{{ site.baseurl }}/{{ tongue }}{{ page.url }}{% endif %}">{{ site.data.languagenames[tongue] }}</a>
{% endfor %}
</div>
</li>
@@ -35,11 +35,11 @@
<ul class="navbar-nav display-md">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
- <img style="opacity:0.5;" src="{% if tongue != site.default_lang %}../{% endif %}../../assets/images/icons/translate-white-24dp.svg" alt="change language" height="24" width="24"/>
+ <img style="opacity:0.5;" src="{{ "/assets/images/icons/translate-white-24dp.svg" | relative_url }}" alt="change language" height="24" width="24"/>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
{% for tongue in site.languages %}
- <a class="dropdown-item{% if tongue == site.active_lang %} disabled{% endif %}" href="{% if tongue == site.default_lang %} {{site.baseurl}}{{page.url}} {% else %} {{site.baseurl}}/{{ tongue }}{{page.url}} {% endif %}">{{ site.data.languagenames[tongue] }}</a>
+ <a class="dropdown-item{% if tongue == site.active_lang %} disabled{% endif %}" href="{% if tongue == site.default_lang %}{{ site.baseurl }}{{ page.url }}{% else %}{{ site.baseurl }}/{{ tongue }}{{ page.url }}{% endif %}">{{ site.data.languagenames[tongue] }}</a>
{% endfor %}
</div>
</li>
=====================================
_posts/2020-10-12-reproducible-irc-meeting.md
=====================================
@@ -0,0 +1,12 @@
+---
+layout: post
+title: "Restarting Reproducible Builds IRC meetings"
+date: 2020-10-12 08:32:00
+draft: false
+---
+
+[![]({{ "/images/news/reproducible-irc-meeting/irc.png#right" | relative_url }})]({{ "https://time.is/compare/1800_12_Oct_2020_in_UTC" | relative_url }})
+
+The Reproducible Builds project intends to resume meeting regularly on IRC, starting **today**, Monday October 12th, at [**18:00 UTC**](https://time.is/compare/1800_12_Oct_2020_in_UTC).
+
+Sadly, due to the unprecedented events in 2020, there will be [no in-person Reproducible Builds event this year](https://lists.reproducible-builds.org/pipermail/rb-general/2020-September/002045.html), but please join us on the `#reproducible-builds` channel on [irc.oftc.net](https://oftc.net/). An [editable agenda is available](https://pad.sfconservancy.org/p/reproducible-builds-meeting-agenda). The cadence of these meetings will probably be every two weeks, although this will be discussed and decided on at the first meeting.
=====================================
images/news/reproducible-irc-meeting/irc.png
=====================================
Binary files /dev/null and b/images/news/reproducible-irc-meeting/irc.png differ
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/0ef5095fa04d10bb45df2ed54e0628c10374d8ba...567fbe8b5fbb9e95ed0aa1f46e10e37abf7cb62a
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/0ef5095fa04d10bb45df2ed54e0628c10374d8ba...567fbe8b5fbb9e95ed0aa1f46e10e37abf7cb62a
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/20201012/54d9099c/attachment.htm>
More information about the rb-commits
mailing list