FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
teach.github.com/sitemap.xml at content-overflow-fix · github/teach.github.com · GitHub
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
github
/
teach.github.com
Public archive
Notifications
You must be signed in to change notification settings
Fork
145
Star
320
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
teach.github.com
/
sitemap.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (39 loc) · 1.25 KB
Breadcrumbs
teach.github.com
/
sitemap.xml
Copy path
File metadata and controls
43 lines (39 loc) · 1.25 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
---
layout: nil
---
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
urlset
xmlns
=
"
http://www.sitemaps.org/schemas/sitemap/0.9
"
>
<!--
Homepage
-->
<
url
>
<
loc
>http://{{ site.domain }}/</
loc
>
<
lastmod
>{{ site.time | date: "%Y-%m-%d" }}</
lastmod
>
<
changefreq
>daily</
changefreq
>
<
priority
>1.0</
priority
>
</
url
>
{% for page in site.posts %}
<
url
>
<
loc
>http://{{ site.domain }}{{ page.url }}</
loc
>
{% if page.last_updated %}
<
lastmod
>{{ page.last_updated | date: "%Y-%m-%d" }}</
lastmod
>
{% elsif page.date %}
<
lastmod
>{{ page.date | date: "%Y-%m-%d" }}</
lastmod
>
{% else %}
<
lastmod
>{{ site.time | date: "%Y-%m-%d" }}</
lastmod
>
{% endif %}
</
url
>
{% endfor %}
{% for page in site.html_pages %}
<
url
>
<
loc
>http://{{ site.domain }}{{ page.url }}</
loc
>
{% if page.last_updated %}
<
lastmod
>{{ page.last_updated | date: "%Y-%m-%d" }}</
lastmod
>
{% elsif page.date %}
<
lastmod
>{{ page.date | date: "%Y-%m-%d" }}</
lastmod
>
{% else %}
<
lastmod
>{{ site.time | date: "%Y-%m-%d" }}</
lastmod
>
{% endif %}
{% if page.changefreq %}<
changefreq
>{{ page.changefreq }}</
changefreq
>{% endif %}
{% if page.priority %}<
priority
>{{ page.priority }}</
priority
>{% endif %}
</
url
>
{% endfor %}
</
urlset
>
Back
|
FazBrowse Home
|
New Git URL