add last image
This commit is contained in:
parent
f1fa9f3408
commit
d025ea5fd7
5 changed files with 3 additions and 1 deletions
BIN
assets/u/image/cards/opensource.jpg
Normal file
BIN
assets/u/image/cards/opensource.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
assets/u/image/cards/placeholder.jpg
Normal file
BIN
assets/u/image/cards/placeholder.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
|
@ -2,6 +2,8 @@ title: Open Source
|
||||||
---
|
---
|
||||||
subtitle: Open Source literally created ungleich
|
subtitle: Open Source literally created ungleich
|
||||||
---
|
---
|
||||||
|
image: /u/image/cards/opensource.jpg
|
||||||
|
---
|
||||||
content:
|
content:
|
||||||
|
|
||||||
## History of Open Source at ungleich
|
## History of Open Source at ungleich
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<img class="card-img-top" src="{{ childpage.image }}"
|
<img class="card-img-top" src="{{ childpage.image }}"
|
||||||
alt="{{ childpage.title }}">
|
alt="{{ childpage.title }}">
|
||||||
{% else %}
|
{% else %}
|
||||||
<img class="card-img-top" src="/u/image/cards/placeholder.png"
|
<img class="card-img-top" src="/u/image/cards/placeholder.jpg"
|
||||||
alt="{{ childpage.title }}">
|
alt="{{ childpage.title }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue