force profile picture size
This commit is contained in:
parent
f89b1ee9a3
commit
e7c3d90690
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div class="profile-container">
|
<div class="profile-container">
|
||||||
<img class="profile img-circle" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" />
|
<img class="profile img-circle" width="100" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" />
|
||||||
<h1 class="name">{{ .Site.Params.profile.name }}</h1>
|
<h1 class="name">{{ .Site.Params.profile.name }}</h1>
|
||||||
<h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3>
|
<h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3>
|
||||||
</div><!--//profile-container-->
|
</div><!--//profile-container-->
|
||||||
|
|
Loading…
Reference in a new issue