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
ee7e2ae8
Verified
Commit
ee7e2ae8
authored
11 months ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Fix spaces
parent
7e2cdbdb
No related branches found
No related tags found
1 merge request
!52
Fix spaces
Pipeline
#179718
failed
11 months ago
Stage: build
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/blog/card.html
+1
-1
1 addition, 1 deletion
templates/blog/card.html
templates/blog/meta_line.html
+1
-1
1 addition, 1 deletion
templates/blog/meta_line.html
with
2 additions
and
2 deletions
templates/blog/card.html
+
1
−
1
View file @
ee7e2ae8
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
{% set image = resize_image(path="@/" ~ post.colocated_path ~ "/" ~ post.extra.depiction.image, width=800, height=600) -%}
{% set image = resize_image(path="@/" ~ post.colocated_path ~ "/" ~ post.extra.depiction.image, width=800, height=600) -%}
<img
src=
"{{ image.url }}"
alt=
"{{ post.extra.depiction.alt }}"
/>
<img
src=
"{{ image.url }}"
alt=
"{{ post.extra.depiction.alt }}"
/>
{% if post.extra.depiction.credits %}
{% if post.extra.depiction.credits %}
<figcaption
class=
"-1 has-text-white has-background-black is-size-7 is-italic"
>
{{ post.extra.depiction.credits }}
</figcaption>
<figcaption
class=
"
p
-1 has-text-white has-background-black is-size-7 is-italic"
>
{{ post.extra.depiction.credits }}
</figcaption>
{% endif %}
{% endif %}
</figure>
</figure>
</a>
</a>
...
...
This diff is collapsed.
Click to expand it.
templates/blog/meta_line.html
+
1
−
1
View file @
ee7e2ae8
<p
class=
"subtitle is-7"
>
<p
class=
"subtitle is-7
py-2
"
>
<span
title=
"Veröffentlicht am"
><i
class=
"fa-solid fa-calendar-days"
></i>
{{ post.date }}
</span>
·
<span
title=
"Veröffentlicht am"
><i
class=
"fa-solid fa-calendar-days"
></i>
{{ post.date }}
</span>
·
<span
title=
"Lesezeit"
><i
class=
"fa-solid fa-hourglass-start"
></i>
{{ post.reading_time }} min
</span>
<span
title=
"Lesezeit"
><i
class=
"fa-solid fa-hourglass-start"
></i>
{{ post.reading_time }} min
</span>
</p>
</p>
...
...
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