Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Behr, Svenja
Django_Blog
Commits
c8f1eb6c
Commit
c8f1eb6c
authored
Jun 30, 2020
by
Tang, Alexander
Browse files
abgeglichen
parent
cd03ea56
Changes
1
Hide whitespace changes
Inline
Side-by-side
blog/templates/blog/all_blogs.html
View file @
c8f1eb6c
...
...
@@ -15,7 +15,7 @@
{% block content %}
<div
class=
"container-fluid"
>
<div
class=
"row mb-4 mx-4"
>
{% for blog in blogs %}
{% for blog in
overview_
blogs %}
<div
class=
"col-sm-12 col-lg-4 px-2 mb-4"
>
<a
class=
"card"
href=
"{{ blog.slug }}"
>
{% if blog.image and blog.image.url %}
...
...
Write
Preview
Supports
Markdown
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