mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-18 21:04:19 +01:00
* feat: remove tagline from landing * feat(concept): add text * feat(concept): add images * feat(concept): add emphasis * feat(fork): add /concept * feat(menu): add /concept
3 lines
176 B
HTML
3 lines
176 B
HTML
{% assign float = "left" %}
|
|
{% if include.float %}{% assign float = include.float %}{% endif %}
|
|
<img style="width: 12em; float: {{ float }};" src="/images/{{ include.name }}"/> |