seperated system theme into its own css file, combined different page css to a main theme css
This commit is contained in:
parent
19b436ead1
commit
1945abd6ad
23 changed files with 938 additions and 958 deletions
|
|
@ -10,7 +10,9 @@ order: 4
|
|||
<a href="{{artwork.page.url}}">
|
||||
<figure>
|
||||
{%if artwork.data.images[0]%}
|
||||
<span>
|
||||
<img src="{{artwork.data.images[0].src}}" alt="" style="{%if artwork.data.images[0].pixel%}image-rendering: pixelated;{%endif%}{%if artwork.data.images[0].position%}object-position:{{artwork.data.images[0].position}};{%endif%}{%if artwork.data.images[0].fit%}object-fit:{{artwork.data.images[0].fit}}{%endif%}"/>
|
||||
</span>
|
||||
<figcaption>
|
||||
{{artwork.page.fileSlug}}{%if artwork.data.images.size > 1%}
|
||||
<p class="count">(+{{artwork.data.images.size| minus: 1}})</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue