1 Star 0 Fork 33

wendel/tinylab.org

forked from 泰晓科技/tinylab.org 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sitemap.xml 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
Wu Zhangjin 提交于 2019-05-19 09:15 . xml: not release draft posts
---
layout: null
title : Sitemap
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% assign site_url = site.production_url | append:'/' %}
<url>
<loc>{{ site_url }}</loc>
<lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
{% for post in site.posts %}
{% if post.draft and post.draft == true %}{% continue %}{% endif %}
<url>
<loc>{{site.production_url}}{{ post.url }}</loc>
{% if post.last_updated %}<lastmod>{{ post.last_updated | date_to_xmlschema }}</lastmod>
{% elsif post.date %}<lastmod>{{ post.date | date_to_xmlschema }}</lastmod>
{% else %}<lastmod>{{ site.time | date_to_xmlschema }}</lastmod>{% endif %}
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
{% endfor %}
{% for page in site.pages %}
{% if page.layout != null and page.layout != 'feed' and page.url != "/" %}{% if page.url contains ".html" %}{% continue %}{% endif %}
<url>
<loc>{{site.production_url}}{{ page.url | remove: 'index.html' }}</loc>
{% if page.last_updated %}<lastmod>{{ page.last_updated | date_to_xmlschema }}</lastmod>
{% elsif page.date %}<lastmod>{{ page.date | date_to_xmlschema }}</lastmod>
{% else %}<lastmod>{{ site.time | date_to_xmlschema }}</lastmod>{% endif %}
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
{% endif %}{% endfor %}
</urlset>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/skyof/tinylab.org.git
git@gitee.com:skyof/tinylab.org.git
skyof
tinylab.org
tinylab.org
gh-pages

搜索帮助