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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan <jan.stuehler@web.de>2022-01-19 21:32:28 +0300
committerGitHub <noreply@github.com>2022-01-19 21:32:28 +0300
commit4ebbb523a5a8352a01a43c72e2bfe25c3649a9b4 (patch)
tree19f2ef9022b8a2ac23ca44ab6cd3901450b874fa /layouts/partials/sections/recent-posts.html
parentd0a6eb4b2847af009c44006cde853b8153094fa6 (diff)
fix: navigation with hidden title (#505)
* Update accomplishments.html fix display property when hidden * Update achievements.html fixed display property when hidden * Update education-alt.html fixed display property when hidden * Update education.html fixed display property when hidden * Update experiences.html fixed display property when hidden * Update projects.html fixed display property when hidden * Update recent-posts.html fixed display property when hidden * Update skills.html fixed display property when hidden
Diffstat (limited to 'layouts/partials/sections/recent-posts.html')
-rw-r--r--layouts/partials/sections/recent-posts.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/partials/sections/recent-posts.html b/layouts/partials/sections/recent-posts.html
index 7bc1ea9..d68a0d9 100644
--- a/layouts/partials/sections/recent-posts.html
+++ b/layouts/partials/sections/recent-posts.html
@@ -12,7 +12,10 @@
<div class="container-fluid anchor pb-5 recent-posts-section">
{{ if not (.section.hideTitle) }}
<h1 class="text-center">
- <span id="{{ $sectionID }}"></span>{{ .section.name }}</h1>
+ <span id="{{ $sectionID }}"></span>{{ .section.name }}</h1>
+ {{ else }}
+ <h1 class="text-center" style="display: none">
+ <span id="{{ $sectionID }}"></span>{{ .section.name }}</h1>
{{ end }}
<div class="container">
<div class="row" id="recent-post-cards">