Skip to content

Commit 6d007f1

Browse files
committed
Added Conrad to the team
1 parent 94c42df commit 6d007f1

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

172 KB
Loading

PyBay/content/about/contents.lr

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,20 @@ twitter:
9999
-----
100100
instagram:
101101
##### photo-social #####
102+
gallery_name: Conrad Brousseau
103+
-----
104+
gallery_image: conrad-brousseau-graphic-design.jpg
105+
-----
106+
gallery_title: Graphic Design
107+
-----
108+
linkedin: https://www.linkedin.com/in/conrad-brousseau-75434236b/
109+
-----
110+
mastodon:
111+
-----
112+
twitter:
113+
-----
114+
instagram:
115+
##### photo-social #####
102116
gallery_name: Laura Langdon
103117
-----
104118
gallery_image: laura-langdon.png
@@ -145,7 +159,7 @@ gallery_name: BAPyA Board
145159
----
146160
info: https://bapya.org
147161
----
148-
column_number: 5
162+
column_number: 2
149163
----
150164
add_gallery_members:
151165

PyBay/templates/blocks/photo-gallery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1>{{ this.gallery_name }}</h1>
77
</div>
88
<br>
99

10-
{% for photo_images in this.add_gallery_members.blocks|slice(2) %}
10+
{% for photo_images in this.add_gallery_members.blocks|slice(this.column_number) %}
1111
<div class="gallery row justify-content-around">
1212
{% for photo_image in photo_images%}
1313
{{ photo_image }}

0 commit comments

Comments
 (0)