Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 740 Bytes

File metadata and controls

31 lines (24 loc) · 740 Bytes
layout default
title Stylesheets
nav_order 5
parent Reference
grand_parent Ruby Gem
permalink /ruby-gem/reference/stylesheets

Stylesheets

The stylesheets key allows you to add CSS or XSLT stylesheets to your RSS feed, improving its appearance in web browsers.

Configuration

You can add multiple stylesheets to your configuration:

stylesheets:
  - href: "/path/to/style.xsl"
    media: "all"
    type: "text/xsl"
  - href: "https://example.com/rss.css"
    media: "all"
    type: "text/css"

Further Reading