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
2bef68c8
Unverified
Commit
2bef68c8
authored
Oct 14, 2017
by
Zach Knox
Browse files
tweaked banner for post to show post date if not an event
parent
ce6eb42a
Changes
1
Hide whitespace changes
Inline
Side-by-side
srctweb/_layouts/post.html
View file @
2bef68c8
...
...
@@ -24,8 +24,21 @@
</div>
</div>
{% else %}
{% include banner.html
%} {% endif %}
<div
id=
"banner"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-lg-12"
>
<h1>
<strong>
{{ page.title }}
</strong>
</h1>
{% if page.category != 'events' %}
<p
class=
"text-muted"
>
{{ page.date | date: "%A %B %-d, %Y" }}
</p>
{% endif %}
</div>
</div>
</div>
</div>
{% endif %}
<div
class=
"container"
>
{{ content }}
...
...
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