Skip to content

Commit a38b30a

Browse files
author
Jorge Coca
committed
fixed tiles
1 parent 2b7a187 commit a38b30a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

_includes/tiles.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3><a href="{{ post.url | relative_url }}" class="link">{{ post.title }}</a></
1313
{% endif %}
1414
{% endfor %}
1515
{% for page in site.pages limit:site.tiles-count %}
16-
{% if site.tiles-source == 'pages' and page.show_tile != false %}
16+
{% if site.tiles-source == 'pages' and page.show_tile == true %}
1717
<article>
1818
<span class="image">
1919
<img src="{{ page.image }}" alt="" />

code_of_conduct.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ layout: landing
44
description: "All attendees, speakers, sponsors and volunteers at our event/meetup are required to agree with the following code of conduct. Organisers will enforce this code throughout the event. We expect cooperation from all participants to help ensure a safe environment for everybody."
55
image: null
66
nav-menu: true
7+
show_tile: true
78
---
89

910
<!-- Main -->

generic.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Our Mission
44
description: Who we are and why do we organize this event
55
image: assets/images/studyjam1.jpeg
66
nav-menu: true
7+
show_tile: true
78
---
89

910
Hi! My name is [Jorge Coca](https://jcocaramos.dev), and I am the main organizer of the [Chicago Flutter Meetup](https://www.meetup.com/Flutter-Chicago/).

0 commit comments

Comments
 (0)