mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 08:10:41 +00:00
Add bootstrap JS
This commit is contained in:
parent
3610b7a8d9
commit
a82ab80745
3 changed files with 15 additions and 1 deletions
|
@ -2,12 +2,16 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
|
||||
{{ partial "style.html" "scss/style.scss" }}
|
||||
{{ partial "style.html" "css/highlight.css" }}
|
||||
{{ partial "style.html" "css/font-awesome.css" }}
|
||||
|
||||
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ block "main" . }}{{ end }}
|
||||
|
||||
{{ partial "script_async.html" "js/bootstrap.min.js" }}
|
||||
{{ block "scripts_extra" . }}{{ end }}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue