Mayx's Home Page
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.

11 lines
609 B

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