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

github.com/aerohub/hugo-orbit-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Kanyshev <aerohub@users.noreply.github.com>2017-05-15 16:04:10 +0300
committerGitHub <noreply@github.com>2017-05-15 16:04:10 +0300
commitf89b1ee9a336dd144fea276400f1c4dc42b1bd95 (patch)
treef81fa5f2d550f280ee6c24127d12511a666eee51
parenta934577fd24d6e4fc325395be4e60df0ffc665f0 (diff)
parent386d757b3be90460bfc4eb4ce107a809b2151960 (diff)
Merge pull request #4 from lilnate22/circle-profileHEADmaster
adding bootstrap circle-image to profile tag
-rw-r--r--layouts/partials/profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html
index 5d7f8d9..788dc30 100644
--- a/layouts/partials/profile.html
+++ b/layouts/partials/profile.html
@@ -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-->