Additional custom stylesheet option
parent
ae324489b9
commit
86800f815e
|
@ -18,6 +18,9 @@ widgets:
|
||||||
- archive
|
- archive
|
||||||
thumbnail: true
|
thumbnail: true
|
||||||
|
|
||||||
|
# Additional Stylesheet
|
||||||
|
customstylesheet: 'custom'
|
||||||
|
|
||||||
# Contacts
|
# Contacts
|
||||||
contacts:
|
contacts:
|
||||||
github: http://github.com/ppoffice
|
github: http://github.com/ppoffice
|
||||||
|
|
|
@ -33,4 +33,7 @@
|
||||||
<%- css('css/style') %>
|
<%- css('css/style') %>
|
||||||
<%- css('font-awesome/css/font-awesome.min') %>
|
<%- css('font-awesome/css/font-awesome.min') %>
|
||||||
<%- partial('google-analytics') %>
|
<%- partial('google-analytics') %>
|
||||||
|
<% if( theme.customstylesheet ){ %>
|
||||||
|
<%- css('css/'+theme.customstylesheet) %>
|
||||||
|
<% } %>
|
||||||
</head>
|
</head>
|
Loading…
Reference in New Issue