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:
authorNate Fonseka <lilnate22@users.noreply.github.com>2017-03-20 20:32:41 +0300
committerGitHub <noreply@github.com>2017-03-20 20:32:41 +0300
commit386d757b3be90460bfc4eb4ce107a809b2151960 (patch)
treea2ef1f2ab8b93d191f597350a2bcafd1e13aa337
parent16e9542711fb773409ec7cf25bda51c0b68b0c1c (diff)
adding bootstrap circle-image
-rw-r--r--layouts/partials/profile.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html
index 5840da7..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--> \ No newline at end of file
+ </div><!--//profile-container-->