diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-08 12:39:57 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-10 14:53:01 +0100 |
commit | c530e84843444a40804e0c2b038c2ec53fe411b2 (patch) | |
tree | 1a9eebf49fd85027ba472bad8c178d686bad8d56 /site/_includes/sitemap_entry.html |
webdocs-agl: added developer website template
Change-Id: I4a45ee0ad5dd0c29a6d6876a0e02cd5550c010e9
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/_includes/sitemap_entry.html')
-rw-r--r-- | site/_includes/sitemap_entry.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/site/_includes/sitemap_entry.html b/site/_includes/sitemap_entry.html new file mode 100644 index 0000000..f20645d --- /dev/null +++ b/site/_includes/sitemap_entry.html @@ -0,0 +1,5 @@ +<url> + <loc>{{ site.url }}{{ include.url }}</loc>{% if include.change_frequency %} + <changefreq>{{ include.change_frequency }}</changefreq>{% endif %}{% if include.priority %} + <priority>{{ include.priority }}</priority>{% endif %} +</url> |