Checkin
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
<div class = "all">
|
||||
<div class = "title">
|
||||
<header>
|
||||
{{ partial "header.html" . }}
|
||||
@@ -18,5 +19,6 @@
|
||||
{{ partial "footer.html" . }}
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
{{define "main"}}
|
||||
{{ $image := resources.Get "/NSS_middle.png" }}
|
||||
<img src="{{ $image.RelPermalink }}" width="{{ $image.Width }}" height="{{ $image.Height }}">
|
||||
{{.Content}}
|
||||
{{end}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user