initial commit
This commit is contained in:
19
themes/hugo-sustain/layouts/index.html
Normal file
19
themes/hugo-sustain/layouts/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{{ partial "head" . }}
|
||||
<body>
|
||||
<div id="wrap">
|
||||
{{ partial "header" . }}
|
||||
<section id="about">
|
||||
<div class="container">
|
||||
<div class="avatar">
|
||||
<img class="img-circle" src="{{ .Site.BaseURL }}img/{{ .Site.Params.avatar }}" alt="Responsive image">
|
||||
</div>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
{{ partial "social.html" . }}
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
{{ partial "footer" . }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user