Update exploration page layout

This commit is contained in:
2021-05-05 13:43:43 -04:00
parent 0005836a95
commit 0a285b0d7f
2 changed files with 43 additions and 7 deletions

View File

@@ -57,7 +57,28 @@
<div id="toggle-description" class="nojs"><i class="fas fa-paragraph"></i></div>
<div id="content">
<div id="header"><h1>Explore All Around Here</h1></div>
<div id="header">
<h1>
Explore All Around Here
<span class="float-right">
<a
class="button instagram"
title="Follow All Around Here on instagram @allaroundhere"
href="https://www.instagram.com/allaroundhere/"
>
<i class="fab fa-instagram"></i>
</a>
<a
class="button twitter"
title="Follow me on twitter @enpaul_"
href="https://www.twitter.com/enpaul_/"
>
<i class="fab fa-twitter"></i>
</a>
</span>
</h1>
</div>
<ul>
{% for post in config.posts %}