FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
2017.code4lib.org/talks/index.html at master · code4lib/2017.code4lib.org · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
code4lib
/
2017.code4lib.org
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
4
Code
Issues
5
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
2017.code4lib.org
/
talks
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (31 loc) · 1.24 KB
Breadcrumbs
2017.code4lib.org
/
talks
/
index.html
Copy path
File metadata and controls
33 lines (31 loc) · 1.24 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: default
title: Accepted Conference Talks
---
<
div
class
="
row section
"
>
<
div
class
="
cell cell-lg
"
>
<
div
class
="
row
"
>
<
div
class
="
col-xs-12
"
>
<
h1
>
{{ page.title }}
</
h1
>
<
p
>
This list represents the accepted conference talks that you can expect to hear at the conference. Thank you to all who submitted talks this year.
</
p
>
</
div
>
</
div
>
<
div
class
="
row
"
>
<
div
class
="
col-xs-12 sequence
"
>
{% assign posts = site.posts | where:"type","talk" | sort:"startTime" %}
{% for post in posts %}
{% if post.group != 'key-close' and post.group != 'key-open' %}
<
div
class
="
well workshop-well
"
>
<
div
class
="
row
"
>
<
div
class
="
col-xs-12
"
>
<
h4
>
<
a
href
="
{{ post.url }}
"
>
{{ post.title }}
</
a
>
</
h4
>
<
p
>
{{ post.content | truncatewords: 50}}
<
a
href
="
{{ post.url }}
"
>
more
</
a
>
</
p
>
</
div
>
</
div
>
</
div
>
{% endif %}
{% endfor %}
</
div
>
</
div
>
</
div
>
</
div
>
Back
|
FazBrowse Home
|
New Git URL