Update side link and shape
This commit is contained in:
parent
d3f5ed2d43
commit
21967b12fc
1 changed files with 3 additions and 3 deletions
|
|
@ -28,11 +28,11 @@
|
||||||
<!-- Short About -->
|
<!-- Short About -->
|
||||||
{{ if .Site.Params.about_me }}
|
{{ if .Site.Params.about_me }}
|
||||||
<section class="d-none d-lg-block">
|
<section class="d-none d-lg-block">
|
||||||
<hr><h5 class="text-sc"><a href="{{ "/top/about" | relLangURL }}">{{ .Site.Params.about_txt }}</a></h5>
|
<hr><h5 class="text-sc"><a href="{{ .Site.Params.about_link }}">{{ .Site.Params.about_txt }}</a></h5>
|
||||||
<div class="short-about">
|
<div class="short-about">
|
||||||
{{ with .Site.Params.sidebar_avatar }}
|
{{ with .Site.Params.sidebar_avatar }}
|
||||||
<div class="text-center">
|
<div class="text-center mb-2">
|
||||||
<a href="{{ "/top/about" | relLangURL }}">
|
<a href="{{ $.Site.Params.about_link }}">
|
||||||
<img src="{{ . | relURL }}" alt="avatar" style="cursor: pointer" />
|
<img src="{{ . | relURL }}" alt="avatar" style="cursor: pointer" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue