Skip to content
Snippets Groups Projects

feat #8: rss feeds

Merged Paweł J. Wal requested to merge 8-add-rss-feeds-for-a-page-children into v0.3.0
13 files
+ 111
7
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -146,6 +146,12 @@ func (v *DocumentsView) form(p DocumentsViewFormParams) g.Node {
h.Value(p.Tags),
),
cc.Err(p.TagsError),
h.Span(
h.Class("text-sm text-gray-500 block w-full"),
g.Text("All public documents with the "),
h.Code(g.Text("feed")),
g.Text(" tag will be included in the RSS/Atom/JSON feeds."),
),
),
h.Details(
h.Class("my-2"),
Loading