mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-19 04:44:20 +01:00
feat: add /concept (#16)
* 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
This commit is contained in:
3
_includes/image.html
Normal file
3
_includes/image.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% assign float = "left" %}
|
||||
{% if include.float %}{% assign float = include.float %}{% endif %}
|
||||
<img style="width: 12em; float: {{ float }};" src="/images/{{ include.name }}"/>
|
||||
Reference in New Issue
Block a user