add header and page title to discover page
This commit is contained in:
parent
961ebfd266
commit
23583fab99
|
@ -1 +1,11 @@
|
|||
|
||||
- provide(:title, "Discover | #{APP_CONFIG['site_name']}")
|
||||
.jumbotron.j2-jumbo.text-center.particle-jumbotron
|
||||
#particles
|
||||
.particle-content
|
||||
%h1 Discover
|
||||
%p
|
||||
The perfect place to find interesting content on
|
||||
= succeed '!' do
|
||||
= APP_CONFIG['site_name']
|
||||
.container
|
||||
%p TODO: Add content
|
||||
|
|
Loading…
Reference in New Issue