[Git][reproducible-builds/reproducible-website][master] Add ability to hide events from the /events/ page.

Chris Lamb gitlab at salsa.debian.org
Wed Jul 31 15:46:55 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
1b3fed72 by Chris Lamb at 2019-07-31T15:46:42Z
Add ability to hide events from the /events/ page.

- - - - -


2 changed files:

- _events/index.md
- _events/marrakesh2019/index.html


Changes:

=====================================
_events/index.md
=====================================
@@ -15,7 +15,7 @@ meeting's date and agenda. [Summaries and full text archives](http://meetbot.deb
 
 {% assign sorted_events = site.events | sort: 'event_date' | reverse %}
 {% for page in sorted_events %}
-{% if page.event_date_string %}
+{% if page.event_date_string and page.event_hide != true %}
 ## {{ page.title }}
 
 *{{ page.event_date_string }}* — {{ page.event_location }}


=====================================
_events/marrakesh2019/index.html
=====================================
@@ -2,6 +2,7 @@
 layout: new/default
 title: Marrakesh 2019
 permalink: /events/Marrakesh2019/
+event_hide: true
 event_date: 2019-12-01
 event_date_string: approx December 1st-7th 2019
 event_location: Marrakesh, Morocco



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/1b3fed72eddf20cc8677d2483b9696a1f0d55fc0

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/1b3fed72eddf20cc8677d2483b9696a1f0d55fc0
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/20190731/c322c595/attachment.html>


More information about the rb-commits mailing list