Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonathan Bell
srctweb
Commits
86a78e5e
Unverified
Commit
86a78e5e
authored
Oct 13, 2017
by
Zach Knox
Browse files
fixed the image problem
parent
e32b5c14
Changes
1
Hide whitespace changes
Inline
Side-by-side
srctweb/_layouts/category.html
View file @
86a78e5e
...
...
@@ -11,7 +11,7 @@ layout: default
<h4>
{{ post.event_date | date: "%A %B %-d, %Y" }}
</h4>
<br
/>
{% if post.hero_image %}
<img
class=
"img-
responsive
"
src=
"{{ post.hero_image | absolute_url }}"
alt=
{{
post.hero_alt
}}
width=
"500"
>
<p>
<img
class=
"img-
fluid
"
src=
"{{ post.hero_image | absolute_url }}"
alt=
{{
post.hero_alt
}}
></p
>
{% endif %}
{{ post.excerpt }}
<p><a
href=
"{{ post.url | absolute_url }}"
>
Read More
<i
class=
"fa fa-arrow-circle-right"
></i></a></p>
<br
/>
...
...
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