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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2021-01-10 13:33:22 +0300
committeruPagge <upagge@mail.ru>2021-01-10 13:33:22 +0300
commita1e1fba5f2f4efc84889b3afbe4ec440a33eb60b (patch)
tree86d7e3bcfb58c2c0e1baf3084599f8313a785842
parent100cb3ea185198ef61b4fff61e49ca5b26b5838e (diff)
profile fix
-rw-r--r--layouts/partials/home/profile.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/home/profile.html b/layouts/partials/home/profile.html
index 79e9310..25b191a 100644
--- a/layouts/partials/home/profile.html
+++ b/layouts/partials/home/profile.html
@@ -28,7 +28,7 @@
{{- end -}}
{{- with $profile.subtitle -}}
- <h2 class="home-subtitle">
+ <div class="home-subtitle">
{{- if $profile.typeit -}}
{{- $id := dict "Content" . "Scratch" $.Scratch | partial "function/id.html" -}}
<div id="{{ $id }}" class="typeit"></div>
@@ -36,13 +36,13 @@
{{- else -}}
{{- . | safeHTML -}}
{{- end -}}
- </h2>
+ </div>
{{- end -}}
{{- with $profile.disclaimer -}}
- <h3 class="home-disclaimer">
+ <div class="home-disclaimer">
{{- . | safeHTML -}}
- </h3>
+ </div>
{{- end -}}
{{- if $profile.social -}}