forked from bogoli/-folio
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 755 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
---
<div class="header-bar">
<h1><img src="img/logomark-orangebody-greyplanets.png" height="75px" /> JupyterDay in the Triangle</h1>
<h2>November 13, 2018 @ UNC Chapel Hill</h2>
<hr>
<a href="https://gitter.im/TriangleJupyter/Lobby"><img src="https://img.shields.io/badge/chat-on%20gitter-orange.svg" alt="Join the chat at https://gitter.im/TriangleJupyter/Lobby"></a>
</div>
<ul class="post-list">
{% for post in paginator.posts %}
<li>
<h2><a class="post-title" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h2>
<p class="post-meta">{{ post.date | date: '%B %-d, %Y' }}</p>
<p>{{ post.description }}</p>
<br/>
<hr/>
</li>
{% endfor %}
</ul>