File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11< table style ="display: inline-block; margin-bottom: 18px; ">
22 {% for announcement in site.data.announcements.current %}
33 < tr style ="border: 2px dotted red; ">
4- < th style ="width: 20%; ">
4+ < th style ="width: 20%; padding: 10px; ">
55 {{ announcement.date | markdownify }}
6- {% if announcement.place %}< br /> {{ announcement.place | markdownify }}{% endif %}
6+ {% if announcement.place %}{{ announcement.place | markdownify }}{% endif %}
77 </ th >
88 < td style ="width: 80%; padding: 20px; ">
99 < b > {{ announcement.name[page.lang] }}</ b > < br />
10- {{ announcement.event.[page.lang] | markdownify }}< br />
10+ {{ announcement.event.[page.lang] | markdownify }}
1111 {% if announcement.further_info %} - < u > < a href ='{{ announcement.further_info }} ' target ='_blank '> Further information</ a > </ u > {% endif %}
1212 </ td >
1313 </ tr >
You can’t perform that action at this time.
0 commit comments