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

@ -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>