Merge pull request #4 from lilnate22/circle-profile

adding bootstrap circle-image to profile tag
This commit is contained in:
Pavel Kanyshev 2017-05-15 16:04:10 +03:00 committed by GitHub
commit f89b1ee9a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="profile-container">
<img class="profile" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" />
<img class="profile img-circle" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" />
<h1 class="name">{{ .Site.Params.profile.name }}</h1>
<h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3>
</div><!--//profile-container-->