feat: add blog_options and rss feed generation
This commit is contained in:
11
app/server/views/conclave/options.pug
Normal file
11
app/server/views/conclave/options.pug
Normal file
@@ -0,0 +1,11 @@
|
||||
extends ../layout
|
||||
|
||||
block content
|
||||
a(href='/conclave/options/edit') Edit
|
||||
case options.length
|
||||
when 0
|
||||
p There is no options at the moment
|
||||
default
|
||||
ul
|
||||
each option in options
|
||||
li #{option.name}: #{option.value}
|
||||
Reference in New Issue
Block a user