make image fluid
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
368c0081e1
commit
41b10dd1fa
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
_model: page-2020
|
||||||
|
---
|
||||||
title: Penguin Day 2020
|
title: Penguin Day 2020
|
||||||
---
|
---
|
||||||
subtitle: Draw your own cute penguin and get 10% discount
|
subtitle: Draw your own cute penguin and get 10% discount
|
||||||
|
|
|
@ -2,9 +2,11 @@ title: Valentine Machine 2020
|
||||||
---
|
---
|
||||||
subtitle: A different present
|
subtitle: A different present
|
||||||
---
|
---
|
||||||
|
_model: page-2020
|
||||||
|
---
|
||||||
_hidden: no
|
_hidden: no
|
||||||
---
|
---
|
||||||
_discoverable: yes!
|
_discoverable: yes
|
||||||
---
|
---
|
||||||
content:
|
content:
|
||||||
|
|
||||||
|
@ -14,7 +16,7 @@ Imagine this: instead of the always same present, you give your
|
||||||
beloved ones something that is creative. Something that they can enjoy
|
beloved ones something that is creative. Something that they can enjoy
|
||||||
not online today, but also tomorrow.
|
not online today, but also tomorrow.
|
||||||
|
|
||||||
![](/u/image/valentine-machine.jpg)
|
<img src="/u/image/valentine-machine.jpg" class="img-fluid">
|
||||||
|
|
||||||
Should it be yet-another raspberry PI? Or a robot vacuum? Haven't we
|
Should it be yet-another raspberry PI? Or a robot vacuum? Haven't we
|
||||||
seen all of those for Valentine's already?
|
seen all of those for Valentine's already?
|
||||||
|
|
|
@ -13,4 +13,3 @@ type = string
|
||||||
|
|
||||||
[children]
|
[children]
|
||||||
order_by = -pub_date, title
|
order_by = -pub_date, title
|
||||||
model = page-2020
|
|
||||||
|
|
Loading…
Reference in a new issue