mirror of
https://github.com/softinio/softinio.com.git
synced 2025-08-31 17:26:42 -07:00
Removed my photo from sidebar
This commit is contained in:
parent
1a64efac69
commit
9747e19ece
4 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue