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:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 3b181d7..3ba405f 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -17,30 +17,25 @@
<figure class="user-avatar">
<img alt="avater" src="{{ .Site.Params.Avater }}">
<figcaption class="user-socials">
-
{{ with .Site.Params.TwitterID }}
<a href="https://twitter.com/{{.}}" title="Twitter"><i class="fa fa-twitter-square" aria-hidden="true"></i></a>
{{ end }}
-
{{ with .Site.Params.GoogleplusID }}
<a href="https://plus.google.com/{{.}}/about" title="Google+"><i class="fa fa-google-plus-square" aria-hidden="true"></i></a>
{{ end }}
-
{{ with .Site.Params.FacebookID }}
<a href="https://facebook.com/{{.}}" title="Facebook"><i class="fa fa-facebook-square" aria-hidden="true"></i></a>
{{ end }}
-
{{ with .Site.Params.GithubID }}
<a href="https://github.com/{{.}}" title="GitHub"><i class="fa fa-github-square" aria-hidden="true"></i></a>
{{ end }}
-
{{ with .Site.Params.LinkedInID }}
<a href="http://linkedin.com/in/{{.}}" title="LinkedIn"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
{{ end }}
</figcaption>
</figure>
- <h2 class="user-motivation">{{ .Site.Params.SelfIntro }}</h2>
+ <p class="user-motivation">{{ .Site.Params.SelfIntro }}</p>
</section>
{{ partial "footer.html" . }}