mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
[feat] rss: add xsl style to view rss in browser
This commit is contained in:
parent
98f9a380ed
commit
eb59b4604a
2 changed files with 60 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet href="{{ url_for('static', filename='xsl/rss.xsl') }}" type="text/xsl"?>
|
||||
<rss version="2.0"
|
||||
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"
|
||||
xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue