big bang
This commit is contained in:
commit
9943fc2d55
45 changed files with 669 additions and 0 deletions
7
layouts/index.html
Normal file
7
layouts/index.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<head>
|
||||
{{ range .Site.Params.navlinks }}
|
||||
{{ if .home }}
|
||||
<meta http-equiv="refresh" content="0; URL={{ .url | absURL }}" />
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</head>
|
Loading…
Add table
Add a link
Reference in a new issue