Browse Source

Update 2 files

- /_layouts/xslt_container.html
- /feed.xslt.xml
pull/178/head
mayx 2 months ago
parent
commit
39cada8eef
2 changed files with 3 additions and 4 deletions
  1. +1
    -2
      _layouts/xslt_container.html
  2. +2
    -2
      feed.xslt.xml

+ 1
- 2
_layouts/xslt_container.html View File

@ -1,5 +1,4 @@
{% if page.layout == "xslt" %}
<?xml version="1.0" encoding="utf-8"?>
{% if page.layout == "xslt" %}<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet
version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"


+ 2
- 2
feed.xslt.xml View File

@ -3,7 +3,7 @@ layout: xslt
title: 订阅预览
---
<h2>订阅预览</h2>
<h1>订阅预览</h1>
<p>这是一个订阅源(Feed)。 复制这个链接到任何支持 Atom/RSS 的阅读器,即可订阅本博客的最新文章。
</p><p>
<br />
以下为其内容预览:</p>

Loading…
Cancel
Save

Powered by TurnKey Linux.