Removed my photo from sidebar
This commit is contained in:
parent
1a64efac69
commit
9747e19ece
|
@ -27,7 +27,6 @@ paginate = 10
|
||||||
home = "Blog"
|
home = "Blog"
|
||||||
googleAuthorship = "+SalarRahmanian"
|
googleAuthorship = "+SalarRahmanian"
|
||||||
googleAnalytics = "UA-47014432-1"
|
googleAnalytics = "UA-47014432-1"
|
||||||
myphoto = "SalarRahmanian.jpg"
|
|
||||||
github = "https://github.com/softinio"
|
github = "https://github.com/softinio"
|
||||||
stackOverflow = "http://stackoverflow.com/users/1930869/softinio"
|
stackOverflow = "http://stackoverflow.com/users/1930869/softinio"
|
||||||
linkedin = "https://www.linkedin.com/in/salarrahmanian/"
|
linkedin = "https://www.linkedin.com/in/salarrahmanian/"
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<div class="container sidebar-sticky">
|
<div class="container sidebar-sticky">
|
||||||
<div class="sidebar-about">
|
<div class="sidebar-about">
|
||||||
<a href="{{ "/" | absURL }}"><img src="/img/{{ .Site.Params.myphoto }}?s=200" alt="gravatar" title="{{ .Site.Author.name }}"></a>
|
<a href="{{ "/" | absURL }}"><h1>{{ .Site.Author.name }}</h1></a>
|
||||||
<h1>{{ .Site.Author.name }}</h1>
|
|
||||||
{{ with .Site.Params.tagline }}<p class="lead">{{ . | markdownify }}</p>{{ end }}
|
{{ with .Site.Params.tagline }}<p class="lead">{{ . | markdownify }}</p>{{ end }}
|
||||||
</div>
|
</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