nitpicks
This commit is contained in:
parent
a0ceae22ad
commit
51d13fb078
2 changed files with 25 additions and 26 deletions
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
{{partial "head" .}}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{partial "header" .}}
|
||||
<main>
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{{partial "head" .}}
|
||||
</head>
|
||||
<body>
|
||||
{{partial "header" .}}
|
||||
<main>
|
||||
<section id="main-content">
|
||||
<article>
|
||||
{{.Content}}
|
||||
</article>
|
||||
{{ if .Site.Data.details.social_links}}
|
||||
<hr>
|
||||
<div>
|
||||
<h2>Stay up to date</h2>
|
||||
<div id="social-links">
|
||||
<head>
|
||||
{{partial "head" .}}
|
||||
</head>
|
||||
<body>
|
||||
{{partial "header" .}}
|
||||
<main>
|
||||
<section id="main-content">
|
||||
<article>
|
||||
{{.Content}}
|
||||
</article>
|
||||
{{ if .Site.Data.details.social_links}}
|
||||
<hr>
|
||||
<div>
|
||||
<h2>Stay up to date</h2>
|
||||
<div id="social-links">
|
||||
{{range .Site.Data.details.social_links}}
|
||||
<div class="social-link">
|
||||
<a href="{{.href}}">
|
||||
|
@ -23,15 +23,16 @@
|
|||
<a href="{{.href}}"><strong>{{.title}}</strong></a>
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{{end}}
|
||||
</section>
|
||||
<section id="sidebar">
|
||||
|
||||
</div>
|
||||
{{end}}
|
||||
</section>
|
||||
<section id="sidebar">
|
||||
{{partial "sidebar" .}}
|
||||
</section>
|
||||
</main>
|
||||
{{ partial "footer" .}}
|
||||
</body>
|
||||
</section>
|
||||
</main>
|
||||
{{ partial "footer" .}}
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue