mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-10 03:35:46 +00:00
updated project pages
This commit is contained in:
11
_includes/prj_scr.html
Normal file
11
_includes/prj_scr.html
Normal file
@ -0,0 +1,11 @@
|
||||
<figure class="sign" style="float:none;">
|
||||
{% if page.category == "ru" %}
|
||||
<a href="/resources/screenshots/{{ scrname }}.png" title="Полный размер">
|
||||
{% else %}
|
||||
<a href="/resources/screenshots/{{ scrname }}.png" title="Full size">
|
||||
{% endif %}
|
||||
<img src="/resources/preview/{{ scrname }}_prev.jpg" alt="{{ scrname }}">
|
||||
</a><br>
|
||||
<figcaption style="float:left">{{ scrdesc }}</figcaption>
|
||||
</figure>
|
||||
<br>
|
Reference in New Issue
Block a user