Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/st-wong/hugo-spectre-pixel-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/profile.html')
-rw-r--r--layouts/partials/profile.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html
new file mode 100644
index 0000000..6a7317f
--- /dev/null
+++ b/layouts/partials/profile.html
@@ -0,0 +1,9 @@
+<header class="container p-centered text-center mt-space">
+ <a class="avatar avatar-profile" href="{{ "about" | absURL }}">
+ <img id="profile">
+ </a>
+ <div class="my-2 py-2">
+ <h3>{{ .Site.Params.name }} <span class="text-clip">[ {{ .Site.Params.altName }} ]</span></h3>
+ <h5 class="text-gray text-italic">{{ .Site.Params.bio | markdownify }}</h5>
+ </div>
+</header>