1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-09 16:10:47 +02:00
This commit is contained in:
Plailect
2016-11-22 20:29:35 -05:00
parent 94cea2db92
commit a7f0c1e872
46 changed files with 831 additions and 521 deletions

View File

@@ -1,5 +1,3 @@
{% include base_path %}
{% if page.author_profile or layout.author_profile or page.sidebar %}
<div class="sidebar sticky">
{% if page.author_profile or layout.author_profile %}{% include author-profile.html %}{% endif %}
@@ -10,7 +8,7 @@
{% if s.image contains "://" %}
"{{ s.image }}"
{% else %}
"{{ s.image | prepend: "/images/" | prepend: base_path }}"
"{{ s.image | absolute_url }}"
{% endif %}
alt="{% if s.image_alt %}{{ s.image_alt }}{% endif %}">
{% endif %}
@@ -22,4 +20,4 @@
{% endif %}
{% endif %}
</div>
{% endif %}
{% endif %}