Skip to content

Commit

Permalink
fix: rss moduledoc (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyl committed Jan 4, 2024
1 parent dd305c5 commit 788f09d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/tableau/extensions/rss_extension.ex
@@ -1,8 +1,6 @@
defmodule Tableau.RSSExtension do
@moduledoc """
YAML files and Elixir scripts (.exs) in the configured directory will be automatically parsed/executed and made available in an `@data` assign in your templates.
Elixir scripts will be executed and the last expression returned as the data.
Generate RSS data and write to `_site/feed.xml`.
## Configuration
Expand Down

0 comments on commit 788f09d

Please sign in to comment.