Skip to content

Commit 40aa690

Browse files
committed
Bump version
1 parent de86689 commit 40aa690

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "textpattern-com",
33
"description": "Official website of the Textpattern project.",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/textpattern/textpattern-com-website"

src/templates/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Textpattern.com",
33
"txp-type": "textpattern-theme",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "Textpattern.com site theme.",
66
"author": "Phil Wareham",
77
"author_uri": "https://github.com/textpattern/textpattern-com-website"

src/templates/pages/sitemap.txp

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<txp:header value="application/xml; charset=utf-8" /><?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<txp:section_list break="" exclude="sections,to,exclude">
4+
<url>
5+
<loc><txp:section url="1" /></loc>
6+
</url>
7+
</txp:section_list>
8+
<txp:article_custom section="sections,with,articles" limit="9999">
9+
<url>
10+
<loc><txp:permlink /></loc>
11+
</url>
12+
</txp:article_custom>
13+
<txp:category_list exclude="categories, to,exclude" break="">
14+
<url>
15+
<loc><txp:category url="1" /></loc>
16+
</url>
17+
</txp:category_list>
18+
</urlset>

0 commit comments

Comments
 (0)