@ryusei/light
Version:
<div align="center"> <a href="https://light.ryuseijs.com"> <img alt="RyuseiLight" src="https://light.ryuseijs.com/images/svg/logo.svg" width="70"> </a>
50 lines (48 loc) • 1.9 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>XML</title>
<link href="../../../../dist/css/themes/ryuseilight-ryusei.min.css" rel="stylesheet">
</head>
<body>
<h3>Practical Example</h3>
<pre>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://thepopp.com/wp-content/themes/thepopp/lib/vendor/stellarpress/xml-sitemap/src/assets/sitemap-index.xsl"?>
<sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9"
>
<sitemap>
<loc>https://thepopp.com/sitemap-misc.xml</loc>
<lastmod>2020-06-04T22:05:11+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://thepopp.com/sitemap-post-2020.xml</loc>
<lastmod>2020-06-01T21:09:09+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://thepopp.com/sitemap-post-2019.xml</loc>
<lastmod>2020-01-23T07:58:59+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://thepopp.com/sitemap-page.xml</loc>
<lastmod>2020-01-21T05:04:47+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://thepopp.com/sitemap-category.xml</loc>
<lastmod>2020-06-04T22:05:11+00:00</lastmod>
</sitemap>
</sitemapindex>
</pre>
<script src="../../../../dist/js/ryuseilight.min.js"></script>
<script src="../../../../dist/js/languages/xml.min.js"></script>
<script>
const ryuseilight = new RyuseiLight();
ryuseilight.apply( 'pre', { language: 'xml' } );
</script>
</body>
</html>