Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/IvanChou/hugo-theme-vec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIChou <me@ichou.cn>2018-06-17 21:15:07 +0300
committerIChou <me@ichou.cn>2018-06-17 21:15:07 +0300
commit4e1c132758711482215fbba69cabc992492695bc (patch)
tree164230952df85d1a0a02a4c0345fdda809abe76b /layouts
parent2d886473436c2c90dc7dd658a9e795143c3f244b (diff)
parent68891d32943acd69c0cb0a61d877f24824b40177 (diff)
Merge branch 'master' of github.com:IvanChou/hugo-theme-vec
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 5eba00c..9d736b1 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,20 +2,20 @@
<html lang="{{ .Site.LanguageCode }}">
<head>
<title> {{ .Site.Title }} </title>
-
+
{{ with .Site.Params.Keywords }}<meta name="keywords" content="{{.}}">{{ end }}
{{ with .Site.Params.Description }}<meta name="description" content="{{.}}">{{ end }}
-
+
{{ partial "head.html" . }}
-
+
</head>
<body class="index">
{{ partial "header.html" . }}
-
+
<section class="user-profile">
<figure class="user-avatar">
- <img alt="avater" src="{{ .Site.Params.Avater }}">
+ <img alt="avatar" src="{{ .Site.Params.Avatar }}">
<figcaption class="user-socials">
{{ with .Site.Params.TwitterID }}
<a href="https://twitter.com/{{.}}" title="Twitter"><i class="fab fa-twitter-square" aria-hidden="true"></i></a>
@@ -32,14 +32,14 @@
{{ with .Site.Params.LinkedInID }}
<a href="http://linkedin.com/in/{{.}}" title="LinkedIn"><i class="fab fa-linkedin-square" aria-hidden="true"></i></a>
{{ end }}
-
+
</figcaption>
</figure>
<p class="user-motivation">{{ .Site.Params.SelfIntro }}</p>
</section>
-
+
{{ partial "footer.html" . }}
{{ partial "analytics.html" . }}
</body>
-</html> \ No newline at end of file
+</html>