Removed my photo from sidebar

This commit is contained in:
Salar Rahmanian 2018-02-18 00:32:26 -08:00
parent 1a64efac69
commit 9747e19ece
4 changed files with 1 additions and 3 deletions

View file

@ -27,7 +27,6 @@ paginate = 10
home = "Blog"
googleAuthorship = "+SalarRahmanian"
googleAnalytics = "UA-47014432-1"
myphoto = "SalarRahmanian.jpg"
github = "https://github.com/softinio"
stackOverflow = "http://stackoverflow.com/users/1930869/softinio"
linkedin = "https://www.linkedin.com/in/salarrahmanian/"

View file

@ -1,8 +1,7 @@
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="{{ "/" | absURL }}"><img src="/img/{{ .Site.Params.myphoto }}?s=200" alt="gravatar" title="{{ .Site.Author.name }}"></a>
<h1>{{ .Site.Author.name }}</h1>
<a href="{{ "/" | absURL }}"><h1>{{ .Site.Author.name }}</h1></a>
{{ with .Site.Params.tagline }}<p class="lead">{{ . | markdownify }}</p>{{ end }}
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB