FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
mary-python.github.io/_includes/footer.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
/
footer.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (20 loc) · 1.45 KB
Breadcrumbs
mary-python.github.io
/
_includes
/
footer.html
Copy path
File metadata and controls
22 lines (20 loc) · 1.45 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
{% include base_path %}
{% if site.author.github or site.author.bitbucke or site.atom_feed.hide != true %}
<
div
class
="
page__footer-follow
"
>
<
ul
class
="
social-icons
"
>
{% if site.data.ui-text[site.locale].follow_label %}
<
li
>
<
strong
>
{{ site.data.ui-text[site.locale].follow_label }}
</
strong
>
</
li
>
{% endif %}
{% if site.author.github %}
<
li
>
<
a
href
="
http://github.com/{{ site.author.github }}
"
>
<
i
class
="
fab fa-github
"
aria-hidden
="
true
"
>
</
i
>
GitHub
</
a
>
</
li
>
{% endif %}
{% if site.author.bitbucket %}
<
li
>
<
a
href
="
http://bitbucket.org/{{ site.author.bitbucket }}
"
>
<
i
class
="
fab fa-bitbucket
"
aria-hidden
="
true
"
>
</
i
>
Bitbucket
</
a
>
</
li
>
{% endif %}
{% if site.atom_feed.hide != true %}
<
li
>
<
a
href
="
{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ base_path }}/feed.xml{% endif %}
"
>
<
i
class
="
fa fa-fw fa-rss-square
"
aria-hidden
="
true
"
>
</
i
>
{{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}
</
a
>
</
li
>
{% endif %}
</
ul
>
</
div
>
{% endif %}
<
div
class
="
page__footer-copyright
"
>
© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }}
<
a
href
="
http://jekyllrb.com
"
rel
="
nofollow
"
>
Jekyll
</
a
>
&
<
a
href
="
https://github.com/academicpages/academicpages.github.io
"
>
AcademicPages
</
a
>
, a fork of
<
a
href
="
https://mademistakes.com/work/minimal-mistakes-jekyll-theme/
"
rel
="
nofollow
"
>
Minimal Mistakes
</
a
>
.
</
div
>
Back
|
FazBrowse Home
|
New Git URL