aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/header.html
blob: 50b5fcbbdde13d87c1fcd2e7556dc8a07401b7fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<a href="{{ "" | relURL }}" class="title">
  <h1>{{ .Site.Title }}</h1>
</a>
<nav>{{- partial "nav.html" . -}}</nav>
<div class="social-icons">
    <a href="https://c7.io/@Verdant"><i class="fa-brands fa-mastodon"></i></a>
    <a href="https://github.com/yingyu5658/"><i class="fa-brands fa-github"></i></a>
    <a href="mailto:i@glowisle.me"><i class="fa-solid fa-envelope"></i></a>
</div>
<hr>