mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
add support for custom scripts on a page
This commit is contained in:
parent
4d1d5308d3
commit
831a1486ee
3 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
<link rel="stylesheet" href="/styles/index.css">
|
||||
<title>{{title}}</title>
|
||||
{{{head}}}
|
||||
{{#each scripts}}
|
||||
<script src="{{this}}"></script>
|
||||
{{/each}}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue