mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
attempt to improve footer formatting
This commit is contained in:
parent
41154aefa1
commit
15a6bc79b4
5
_includes/footer.html
vendored
5
_includes/footer.html
vendored
@ -1,11 +1,12 @@
|
||||
<footer class="site-footer">
|
||||
<hr/>
|
||||
<div class="wrapper">
|
||||
<h2 class="footer-heading">{{ site.title }}</h2>
|
||||
|
||||
<div class="footer-col-wrapper">
|
||||
<div class="footer-col footer-col-1">
|
||||
<ul class="contact-list">
|
||||
<li>{{ site.title }}</li>
|
||||
<li><em>{{ site.title }}</em></li>
|
||||
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -38,7 +39,7 @@
|
||||
</div>
|
||||
|
||||
<div class="footer-col footer-col-3">
|
||||
{{ site.description|markdownify }}
|
||||
<small>{{ site.description|markdownify }}</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
1
_includes/footer.nodesc.html
vendored
1
_includes/footer.nodesc.html
vendored
@ -1,4 +1,5 @@
|
||||
<footer class="site-footer">
|
||||
<hr/>
|
||||
<div class="wrapper">
|
||||
<h2 class="footer-heading">{{ site.title }}</h2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user