rsslinktag.txt

来自「wiki建站资源 java编写的 很好用」· 文本 代码 · 共 22 行

TXT
22
字号
Inserts an RSS autodiscovery link.  Put this tag in the HEAD section of your template to allow RSS autodiscovery.  If RSS is not enabled, does nothing.

----

!Usage

<wiki:RSSLink />

!Parameters

None.

!Example
{{{
<wiki:RSSLink />
}}}

inserts the following code, if the [RSS feed] is enabled, and your site is located in {{http://www.ecyrd.com/go}}
{{{
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://www.ecyrd.com/go/rss.rdf" />
}}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?