FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
liquidjava-docs/sitemap.xml at main · liquid-java/liquidjava-docs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
liquid-java
/
liquidjava-docs
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
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
liquidjava-docs
/
sitemap.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (16 loc) · 603 Bytes
Breadcrumbs
liquidjava-docs
/
sitemap.xml
Copy path
File metadata and controls
16 lines (16 loc) · 603 Bytes
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
---
layout: null
permalink: /sitemap.xml
---
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
urlset
xmlns
=
"
http://www.sitemaps.org/schemas/sitemap/0.9
"
>
{%- assign sitemap_pages = site.pages | where_exp: "page", "page.path contains '.md'" | where_exp: "page", "page.url != '/404.html'" | where_exp: "page", "page.sitemap != false" | sort: "url" -%}
{%- for page in sitemap_pages %}
<
url
>
<
loc
>{{ page.url | absolute_url | xml_escape }}</
loc
>
{%- if page.last_modified_at %}
<
lastmod
>{{ page.last_modified_at | date_to_xmlschema }}</
lastmod
>
{%- endif %}
</
url
>
{%- endfor %}
</
urlset
>
Back
|
FazBrowse Home
|
New Git URL