invert order
This commit is contained in:
parent
284f0a8699
commit
0e8745a816
|
@ -67,14 +67,14 @@ video_path:
|
|||
<a href="#read"><img src="{{ site.icon }}" width="240px" alt="{{ site.title }} Logo" /></a>
|
||||
</div>
|
||||
<div class="description">
|
||||
|
||||
<h1>{{ site.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul>{% for app in site.data.navigation %}
|
||||
<li><a href="{{ app.url }}" {% if app.external_site == true %}rel="noopener" target="_blank"{% endif %} class="button">{{ app.icon }}</a></li>
|
||||
{% endfor %}
|
||||
<li id="random_posts"><a href="/discography" class="button">🔥</a></li>
|
||||
</ul>
|
||||
<h1>{{ site.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue