Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Team PR
teckids.org
Commits
452e1642
Unverified
Commit
452e1642
authored
1 year ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Use author full name
parent
1639cc22
No related branches found
No related tags found
No related merge requests found
Pipeline
#175219
passed
1 year ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
authors.json
+5
-0
5 additions, 0 deletions
authors.json
templates/blog/post.html
+2
-1
2 additions, 1 deletion
templates/blog/post.html
with
7 additions
and
1 deletion
authors.json
0 → 100644
+
5
−
0
View file @
452e1642
{
"nik"
:
{
"display_name"
:
"Dominik George"
}
}
This diff is collapsed.
Click to expand it.
templates/blog/post.html
+
2
−
1
View file @
452e1642
...
...
@@ -27,7 +27,8 @@
</figure>
</div>
<div
class=
"media-content"
>
<p
class=
"title is-4"
>
{{ page.authors.0 }}
</p>
{% set authors_data = load_data(path="authors.json") -%}
<p
class=
"title is-4"
>
{{ authors_data[page.authors.0].display_name }}
</p>
<p
class=
"subtitle is-6"
>
{{ page.authors.0 }}
</p>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment