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
be87689d
Unverified
Commit
be87689d
authored
Oct 13, 2017
by
Zach Knox
Browse files
significant progress already on making this work right
parent
3ae4d730
Changes
3
Hide whitespace changes
Inline
Side-by-side
srctweb/_layouts/post.html
0 → 100644
View file @
be87689d
{% include base_path %}
<!--todo: change this to be more unique later-->
<html
lang=
"{{ site.locale | slice: 0,2 }}"
>
<head>
{% include head.html %}
</head>
<body>
{% include navbar.html %} {% if page.jumbotron == true %} {% include jumbotron.html %} {% else %} {% include banner.html
%} {% endif %}
<div
class=
"container"
>
{{ content }}
</div>
</body>
<div
id=
"footer"
>
{% include footer.html %}
</div>
{% include scripts.html %}
</html>
\ No newline at end of file
srctweb/_pages/events.html
View file @
be87689d
---
title: "Events"
description: "A listing of events we've held past, present, and future"
permalink: /events/
---
{% for post in site.posts offset: 0 limit: 4 %}
<h
3
><a
href=
"{{ post.url | absolute_url }}"
{{
post.title
}}</
a
></h
3
>
<h4>
{{ post.event_date }}
</h4>
<h
1
><a
href=
"{{ post.url | absolute_url }}"
>
{{ post.title }}
<i
class=
"fa fa-arrow-circle-right"
></i>
</a></h
1
>
<h4>
{{ post.event_date
| date: "%A %B %-d, %Y"
}}
</h4>
<br
/>
{{ post.excerpt }}
<br
/>
...
...
srctweb/_posts/2017-10-07-Open-Source-Day-2017.html
View file @
be87689d
---
title: "Open Source Day 2017"
layout: post
categories: event
slug: ossday2017
date: 2017-08-29 00:00:00 -0400
...
...
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