mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +01:00
footer: remove p tag from site.description
Apparently markdownifying it made it have more p tags causing the issue. Thanks @lamperi for pointing it out at #71 Closes #71
This commit is contained in:
parent
9b5bbb1297
commit
48e19c7bad
@ -62,7 +62,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer-col footer-col-3">
|
<div class="footer-col footer-col-3">
|
||||||
<p class="text">{{ site.description|markdownify }}</p>
|
{{ site.description|markdownify }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user