navbar and page title now show the site_name defined in APP_CONFIGwq
This commit is contained in:
parent
f15cdf5d7f
commit
237c170ddc
|
@ -6,7 +6,7 @@
|
|||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
%a.navbar-brand{href: "/"} justask2
|
||||
%a.navbar-brand{href: "/"}= APP_CONFIG['site_name']
|
||||
#j2-main-navbar-collapse.collapse.navbar-collapse
|
||||
%ul.nav.navbar-nav
|
||||
= nav_entry "Front", "/"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
!!! 5
|
||||
%html
|
||||
%head
|
||||
%title justask2
|
||||
%title= APP_CONFIG['site_name']
|
||||
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
||||
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
||||
= csrf_meta_tags
|
||||
|
|
Loading…
Reference in New Issue