Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
website
Commits
a0e26a15
Commit
a0e26a15
authored
Aug 31, 2020
by
Daniel Brötzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post meta: Use bar to separate translated posts
parent
d4b256b1
Pipeline
#6191
passed with stage
in 21 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
themes/beautifulhugo/layouts/partials/post_meta.html
themes/beautifulhugo/layouts/partials/post_meta.html
+3
-2
No files found.
themes/beautifulhugo/layouts/partials/post_meta.html
View file @
a0e26a15
...
...
@@ -9,8 +9,9 @@
|
<i
class=
"fas fa-clock"
></i>
{{ i18n "readingTime"}}{{ .ReadingTime }}
{{ i18n "readTime" }}
{{ end }}
{{ if .Params.tags }}
|
{{ range .Params.tags }}
|
<span
class=
"blog-tags"
><a
href=
"{{ $.Site.LanguagePrefix | absURL }}/tags/{{ . | urlize }}/"
>
{{ . }}
</a></span>
<span
class=
"blog-tags"
><a
href=
"{{ $.Site.LanguagePrefix | absURL }}/tags/{{ . | urlize }}/"
>
{{ . }}
</a></span>
{{ end }}
{{ end }}
{{ if .Site.Params.wordCount }}
...
...
@@ -44,6 +45,6 @@
{{- $links := apply $sortedTranslations "partial" "translation_link.html" "." -}}
{{- $cleanLinks := apply $links "chomp" "." -}}
{{- $linksOutput := delimit $cleanLinks (i18n "translationsSeparator") -}}
•
{{ i18n "translationsLabel" }}{{ $linksOutput }}
|
{{ i18n "translationsLabel" }}{{ $linksOutput }}
{{- end }}
</span>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment