use user defined frontmatter and stylesheet #23
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="{{ .Config.AbsoluteURL }}/_filemanagerinternal/css/styles.css">
|
||||
|
||||
{{ if ne .Config.StyleSheet "" }}
|
||||
{{ if ne .User.StyleSheet "" }}
|
||||
<style>
|
||||
{{ CSS .Config.StyleSheet }}
|
||||
{{ CSS .User.StyleSheet }}
|
||||
</style>
|
||||
{{ end }}
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user