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
afba62ec
Unverified
Commit
afba62ec
authored
Apr 30, 2018
by
Zach Knox
Browse files
fixed another bug and news in navbar
parent
62c0d833
Changes
2
Hide whitespace changes
Inline
Side-by-side
srctweb/_data/navigation.yml
View file @
afba62ec
...
...
@@ -6,6 +6,9 @@ main:
-
title
:
"
Events"
url
:
"
/events/"
-
title
:
"
News"
url
:
"
/news/"
-
title
:
"
Calendar"
url
:
"
/calendar/"
...
...
srctweb/_layouts/category.html
View file @
afba62ec
...
...
@@ -19,7 +19,7 @@ layout: default
{% if post.hero_image %}
<div
class=
"col-md-6"
>
<p>
<img
class=
"img-fluid"
src=
"{{ post.hero_image |
absolu
te
_
url }}"
alt=
{{
post.hero_alt
}}
>
<img
class=
"img-fluid"
src=
"{{ post.hero_image |
prepend: si
te
.
url }}"
alt=
{{
post.hero_alt
}}
>
</p>
</div>
<div
class=
"col-md-6"
>
...
...
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