mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-09 12:09:14 -06:00
updated hidden.py stuff, hidden.html base64, count, showtags support
This commit is contained in:
@@ -18,13 +18,21 @@
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<div class="card-header-title">
|
||||
Bruh Moment
|
||||
Bruh Moment #{{ image.index }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-image">
|
||||
<a href="{{ image.real_url }}">
|
||||
<figure class="image">
|
||||
{% if base64 %}
|
||||
<img src="data:image/png;base64,{{ image.base64 }}">
|
||||
{% else %}
|
||||
{% if showsample %}
|
||||
<img src="{{ image.sample_url }}">
|
||||
{% else %}
|
||||
<img src="{{ image.real_url }}" alt="{{ image.sample_url }}">
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</figure>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user