Skip to content

Commit 788f09d

Browse files
authored
fix: rss moduledoc (#55)
1 parent dd305c5 commit 788f09d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/tableau/extensions/rss_extension.ex

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
defmodule Tableau.RSSExtension do
22
@moduledoc """
3-
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.
4-
5-
Elixir scripts will be executed and the last expression returned as the data.
3+
Generate RSS data and write to `_site/feed.xml`.
64
75
## Configuration
86

0 commit comments

Comments
 (0)