add fontawesome

add links to footer
This commit is contained in:
Pim Kunis 2023-01-27 12:47:00 +01:00
parent 247dec1151
commit fa8020cc9a
11 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,6 @@
<footer class="footer"> <footer class="footer">
<a class="footer_item" href="https://social.pizzapim.nl/@pim">Mastodon</a> <a class="footer_item" href="https://git.pizzapim.nl/pim"><i class="fa-solid fa-code-branch"></i> Git</a>
<a class="footer_item" href="https://social.pizzapim.nl/@pim"><i class="fab fa-mastodon"></i> Mastodon</a>
<span class="footer_item">&copy; {{ site.time | date: "%Y" }}</span> <span class="footer_item">&copy; {{ site.time | date: "%Y" }}</span>
<small class="footer_copyright"> <small class="footer_copyright">
<!-- Klisé Theme: https://github.com/piharpi/jekyll-klise --> <!-- Klisé Theme: https://github.com/piharpi/jekyll-klise -->

View file

@ -161,4 +161,5 @@
<meta name="theme-color" content="#2c2c2c" /> <meta name="theme-color" content="#2c2c2c" />
<link rel="stylesheet" href="/assets/css/style.css" /> <link rel="stylesheet" href="/assets/css/style.css" />
<link href="/assets/css/fontawesome.all.min.css" rel="stylesheet" />
</head> </head>

6
assets/css/fontawesome.all.min.css vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.