FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
mary-python.github.io/_includes/archive-single-talk.html at master · mary-python/mary-python.github.io · GitHub
mary-python
/
mary-python.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
mary-python.github.io
/
_includes
/
archive-single-talk.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
42 lines (39 loc) · 1.78 KB
Breadcrumbs
mary-python.github.io
/
_includes
/
archive-single-talk.html
Copy path
File metadata and controls
42 lines (39 loc) · 1.78 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
34
35
36
37
38
39
40
41
42
{% include base_path %}
{% if post.header.teaser %}
{% capture teaser %}{{ post.header.teaser }}{% endcapture %}
{% else %}
{% assign teaser = site.teaser %}
{% endif %}
{% if post.id %}
{% assign title = post.title | markdownify | remove: "
<
p
>
" | remove: "
</
p
>
" %}
{% else %}
{% assign title = post.title %}
{% endif %}
<
div
class
="
{{ include.type | default:
"
list
" }}__item"
>
<
article
class
="
archive__item
"
itemscope
itemtype
="
http://schema.org/CreativeWork
"
>
{% if include.type == "grid" and teaser %}
<
div
class
="
archive__item-teaser
"
>
<
img
src
=
{%
if
teaser
contains
"://" %}
"{{ teaser }}"
{% else %}
"{{ teaser | prepend: "/images/" | prepend: base_path }}"
{% endif %}
alt=""
>
</
div
>
{% endif %}
<
h2
class
="
archive__item-title
"
itemprop
="
headline
"
>
{% if post.link %}
<
a
href
="
{{ post.link }}
"
>
{{ title }}
</
a
>
<
a
href
="
{{ base_path }}{{ post.url }}
"
rel
="
permalink
"
>
<
i
class
="
fa fa-link
"
aria-hidden
="
true
"
title
="
permalink
"
>
</
i
>
<
span
class
="
sr-only
"
>
Permalink
</
span
>
</
a
>
{% else %}
<
a
href
="
{{ base_path }}{{ post.url }}
"
rel
="
permalink
"
>
{{ title }}
</
a
>
{% endif %}
</
h2
>
{% if post.read_time %}
<
p
class
="
page__meta
"
>
<
i
class
="
fa fa-clock-o
"
aria-hidden
="
true
"
>
</
i
>
{% include read-time.html %}
</
p
>
{% endif %}
{% if post.date %}
<
p
class
="
page__meta
"
>
<
i
class
="
fa fa-clock-o
"
aria-hidden
="
true
"
>
</
i
>
{{ post.date | date: '%B %d, %Y' }}
</
p
>
{% endif %}
{% if post.venue %}
<
p
class
="
archive__item-excerpt
"
itemprop
="
description
"
>
{{post.type}}, {{ post.venue }}, {{post.location}} {% endif %}
{% if post.excerpt %}
<
p
class
="
archive__item-excerpt
"
itemprop
="
description
"
>
{{ post.excerpt | markdownify }}
</
p
>
{% endif %}
</
article
>
</
div
>
Back
|
FazBrowse Home
|
New Git URL