Additional custom stylesheet option

This commit is contained in:
Dominique Da Silva 2015-05-27 13:24:14 +02:00
parent ae324489b9
commit 86800f815e
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,9 @@ widgets:
- archive
thumbnail: true
# Additional Stylesheet
customstylesheet: 'custom'
# Contacts
contacts:
github: http://github.com/ppoffice

View File

@ -33,4 +33,7 @@
<%- css('css/style') %>
<%- css('font-awesome/css/font-awesome.min') %>
<%- partial('google-analytics') %>
<% if( theme.customstylesheet ){ %>
<%- css('css/'+theme.customstylesheet) %>
<% } %>
</head>