mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
allow for injecting css scripts into pages
This commit is contained in:
parent
f9b15aa932
commit
8d9866d048
3 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
{{#each scripts}}
|
||||
<script type="text/javascript" src="{{this}}" defer></script>
|
||||
{{/each}}
|
||||
{{#each styles}}
|
||||
<link rel="stylesheet" href="/styles/{{this}}">
|
||||
{{/each}}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue