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
e32b5c14
Unverified
Commit
e32b5c14
authored
Oct 13, 2017
by
Zach Knox
Browse files
minor improvements
can't figure out making that image look good on the events listing page
parent
fdd31c03
Changes
3
Hide whitespace changes
Inline
Side-by-side
srctweb/_data/navigation.yml
View file @
e32b5c14
...
...
@@ -3,6 +3,9 @@ main:
-
title
:
"
Projects"
url
:
"
/projects/"
-
title
:
"
Events"
url
:
"
/events/"
-
title
:
"
Calendar"
url
:
"
/calendar/"
...
...
srctweb/_layouts/category.html
View file @
e32b5c14
...
...
@@ -10,6 +10,9 @@ layout: default
</h1>
<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"
>
{% endif %}
{{ post.excerpt }}
<p><a
href=
"{{ post.url | absolute_url }}"
>
Read More
<i
class=
"fa fa-arrow-circle-right"
></i></a></p>
<br
/>
{% endfor %}
\ No newline at end of file
srctweb/_layouts/post.html
View file @
e32b5c14
...
...
@@ -19,7 +19,6 @@
<div
class=
"container"
>
<div
class=
"d-flex justify-content-center flex-wrap"
>
<h1
style=
"color: white"
>
{{ page.title }}
</h1>
<br
/>
<h2
style=
"color: white"
>
{{ post.event_date | date: "%A %B %-d, %Y" }}
</h2>
</div>
</div>
...
...
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