Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
562 B

  1. {% if page.layout == "xslt" %}<?xml version="1.0" encoding="utf-8"?>
  2. <?xml-stylesheet type="text/xml" href="/feed.xslt.xml"?>
  3. <xsl:stylesheet
  4. version="3.0"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. xmlns:atom="http://www.w3.org/2005/Atom"
  7. xmlns:sm="http://www.sitemaps.org/schemas/sitemap/0.9">
  8. <xsl:output method="html" version="4.0" encoding="UTF-8" indent="yes" doctype-system="about:legacy-compat" />
  9. <xsl:template match="/">
  10. {{ content }}
  11. </xsl:template>
  12. </xsl:stylesheet>
  13. {% else %}<!DOCTYPE html>
  14. {{ content }}
  15. {% endif %}

Powered by TurnKey Linux.