first commit
This commit is contained in:
12
askkennyb/layouts/partials/extend_head.html
Normal file
12
askkennyb/layouts/partials/extend_head.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Source+Serif+4:opsz,wght@8..60,500..700&display=swap" rel="stylesheet">
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" href="{{ "favicon.ico" | relURL }}" sizes="any">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ "favicon-32x32.png" | relURL }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ "favicon-16x16.png" | relURL }}">
|
||||
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | relURL }}">
|
||||
<link rel="manifest" href="{{ "site.webmanifest" | relURL }}">
|
||||
<meta name="theme-color" content="#007a70">
|
||||
<!-- Umami Stats -->
|
||||
<script defer src="https://stats.askkennyb.com/script.js" data-website-id="9ff21094-6881-404e-a30e-534c23dde9f8"></script>
|
||||
6
askkennyb/layouts/shortcodes/bio.html
Normal file
6
askkennyb/layouts/shortcodes/bio.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="bio-block">
|
||||
<img src="{{ .Get "img" | default "/images/profile.png" }}" alt="{{ .Get "alt" | default "Profile Photo" }}" class="bio-photo">
|
||||
<div class="bio-text">
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user