File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ html {
406
406
407
407
body {
408
408
/* Margin bottom by footer height */
409
- margin-bottom : 60 px ;
409
+ margin-bottom : 10 rem ;
410
410
}
411
411
412
412
.footer {
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ <h4><a href="{{ event|url(alt=this.alt) }}">{{ event.title }}</a></h4>
199
199
< h2 > < a href ="{{ '/project'|url(alt=this.alt) }} "> {{ t_projects }}</ a > </ h2 >
200
200
{% set project_types = site.query('/project', alt=this.alt) %}
201
201
{% for project in project_types %}
202
- {% if project.showcase %}
202
+ {% if not project.project_page_description %}
203
203
< div >
204
204
< h4 > < a href ="{{ project|url(alt=this.alt) }} "> < img src ="{{ site.get(project.path, alt='_primary')|url }}{{ project.image }} " height ="32px " alt ="{{ project.name }} "> {{ project.name }}</ h4 > </ a >
205
205
{{ project.short_description|safe }}
You can’t perform that action at this time.
0 commit comments