Add /me, dark mode fixes
This commit is contained in:
13
_includes/layouts/links.njk
Normal file
13
_includes/layouts/links.njk
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
layout: layouts/baseBareBones.njk
|
||||
---
|
||||
{%- css %}{% include "public/css/links.css" %}{% endcss %}
|
||||
<img class="profilePic" src="{{ metadata.author.profilePic }}">
|
||||
<h1 class="socialTitle">Nathan Upchurch</h1>
|
||||
<p class="page-block nodropcap">Here's where else you can find me on the internet.</p>
|
||||
|
||||
<ul class="socialLinks">
|
||||
{% for link in metadata.socialLinks %}
|
||||
<a href="{{ link.linkURL }}"><li><img src="{{ link.iconURL }}" />{{ link.linkDisplay }}</li></a>
|
||||
{% endfor %}
|
||||
</ul>
|
Reference in New Issue
Block a user