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:
Diffstat (limited to 'layouts/partials/home/profile.html')
-rw-r--r--layouts/partials/home/profile.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/layouts/partials/home/profile.html b/layouts/partials/home/profile.html
index 8b1c49e..de234bc 100644
--- a/layouts/partials/home/profile.html
+++ b/layouts/partials/home/profile.html
@@ -31,13 +31,7 @@
{{- with $profile.subtitle -}}
<div class="home-subtitle">
- {{- if $profile.typeit -}}
- {{- $id := dict "Content" . "Scratch" $.Scratch | partial "function/id.html" -}}
- <div id="{{ $id }}" class="typeit"></div>
- {{- dict $id (slice $id) | dict "typeitMap" | merge ($.Scratch.Get "this") | $.Scratch.Set "this" -}}
- {{- else -}}
- {{- . | safeHTML -}}
- {{- end -}}
+ {{- . | safeHTML -}}
</div>
{{- end -}}