Removed my photo from sidebar
This commit is contained in:
parent
1a64efac69
commit
9747e19ece
|
@ -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/"
|
||||
|
|
|
@ -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 |
Loading…
Reference in a new issue