mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
feat: Added a default {{> styles }} partial.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>{{> title}}</title>
|
<title>{{> title}}</title>
|
||||||
{{> opengraph}}
|
{{> opengraph}}
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
{{> styles }}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
{{#params.stylesheets}}<link rel="stylesheet" href="{{.}}">{{/params.stylesheets}}
|
||||||
Reference in New Issue
Block a user