mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Removing index.jade and pointing the layout to our main.css
This commit is contained in:
parent
23606c7c97
commit
cc46faeb6c
2 changed files with 2 additions and 7 deletions
|
@ -1,5 +0,0 @@
|
|||
extends layout
|
||||
|
||||
block content
|
||||
h1= title
|
||||
p Welcome to #{title}
|
|
@ -2,6 +2,6 @@ doctype html
|
|||
html
|
||||
head
|
||||
title= title
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
link(rel='stylesheet', href='/styles/main.css')
|
||||
body
|
||||
block content
|
||||
block content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue