FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
mary-python.github.io/_layouts/single.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
/
_layouts
/
single.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
89 lines (74 loc) · 4.1 KB
Breadcrumbs
mary-python.github.io
/
_layouts
/
single.html
Copy path
File metadata and controls
89 lines (74 loc) · 4.1 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
layout: default
---
{% include base_path %}
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
{% include page__hero.html %}
{% endif %}
{% if page.url != "/" and site.breadcrumbs %}
{% unless paginator %}
{% include breadcrumbs.html %}
{% endunless %}
{% endif %}
<
div
id
="
main
"
role
="
main
"
>
{% include sidebar.html %}
<
article
class
="
page
"
itemscope
itemtype
="
http://schema.org/CreativeWork
"
>
{% if page.title %}
<
meta
itemprop
="
headline
"
content
="
{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}
"
>
{% endif %}
{% if page.excerpt %}
<
meta
itemprop
="
description
"
content
="
{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}
"
>
{% endif %}
{% if page.date %}
<
meta
itemprop
="
datePublished
"
content
="
{{ page.date | date:
"
%B
%d,
%Y
" }}"
>
{% endif %}
{% if page.modified %}
<
meta
itemprop
="
dateModified
"
content
="
{{ page.modified | date:
"
%B
%d,
%Y
" }}"
>
{% endif %}
<
div
class
="
page__inner-wrap
"
>
{% unless page.header.overlay_color or page.header.overlay_image %}
<
header
>
{% if page.title %}
<
h1
class
="
page__title
"
itemprop
="
headline
"
>
{{ page.title | markdownify | remove: "
<
p
>
" | remove: "
</
p
>
" }}
</
h1
>
{% endif %}
{% if page.read_time %}
<
p
class
="
page__meta
"
>
<
i
class
="
fa fa-clock-o
"
aria-hidden
="
true
"
>
</
i
>
{% include read-time.html %}
</
p
>
{% endif %}
{% if page.modified %}
<
p
class
="
page__date
"
>
<
strong
>
<
i
class
="
fa fa-fw fa-calendar
"
aria-hidden
="
true
"
>
</
i
>
{{ site.data.ui-text[site.locale].date_label | default: "Published:" }}
</
strong
>
<
time
datetime
="
{{ page.modified | date:
"
%Y-%m-%d
" }}"
>
{{ page.modified | date: "%B %d, %Y" }}
</
time
>
</
p
>
{% endif %}
{% if page.collection == 'teaching' %}
<
p
>
{{ page.type }},
<
i
>
{{ page.venue }}
</
i
>
, {{ page.date | default: "1900-01-01" | date: "%Y" }}
</
p
>
{% elsif page.venue and page.date %}
<
p
>
Published in
<
i
>
{{ page.venue }}
</
i
>
, {{ page.date | default: "1900-01-01" | date: "%Y" }}
</
p
>
{% elsif page.date %}
<
p
class
="
page__date
"
>
<
strong
>
<
i
class
="
fa fa-fw fa-calendar
"
aria-hidden
="
true
"
>
</
i
>
{{ site.data.ui-text[site.locale].date_label | default: "Published:" }}
</
strong
>
<
time
datetime
="
{{ page.date | date_to_xmlschema }}
"
>
{{ page.date | default: "1900-01-01" | date: "%B %d, %Y" }}
</
time
>
</
p
>
{% endif %}
</
header
>
{% endunless %}
<
section
class
="
page__content
"
itemprop
="
text
"
>
{{ content }}
{% if page.citation and page.paperurl %}
<
p
style
="
font-size: smaller
"
>
Recommended citation: {{ page.citation }}
<
a
href
="
{{ page.paperurl }}
"
>
<
u
>
{{ page.paperurl }}
</
u
>
</
a
>
</
p
>
{% elsif page.citation %}
<
p
style
="
font-size: smaller
"
>
Recommended citation: {{ page.citation }}
</
p
>
{% endif %}
{% if page.link %}
<
div
>
<
a
href
="
{{ page.link }}
"
class
="
btn
"
>
{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}
</
a
>
</
div
>
{% endif %}
</
section
>
<
footer
class
="
page__meta
"
>
{% if site.data.ui-text[site.locale].meta_label %}
<
h4
class
="
page__meta-title
"
>
{{ site.data.ui-text[site.locale].meta_label }}
</
h4
>
{% endif %}
{% include page__taxonomy.html %}
</
footer
>
{% if page.share %}{% include social-share.html %}{% endif %}
{% include post_pagination.html %}
</
div
>
{% if site.comments.provider and page.comments %}
{% include comments.html %}
{% endif %}
</
article
>
{% comment %}
<!-- only show related on a post page when not disabled -->
{% endcomment %}
{% if page.id and page.related and site.related_posts.size
>
0 %}
<
div
class
="
page__related
"
>
{% if site.data.ui-text[site.locale].related_label %}
<
h4
class
="
page__related-title
"
>
{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}
</
h4
>
{% endif %}
<
div
class
="
grid__wrapper
"
>
{% for post in site.related_posts limit:4 %}
{% include archive-single.html type="grid" %}
{% endfor %}
</
div
>
</
div
>
{% endif %}
</
div
>
Back
|
FazBrowse Home
|
New Git URL