First version of the theme
This commit is contained in:
commit
8dd30f6eb8
61 changed files with 1658 additions and 0 deletions
9
layouts/partials/author.html
Normal file
9
layouts/partials/author.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<div id="author">
|
||||
<div id="avatar" aria-hidden="true">
|
||||
<img src="images/{{ .Site.Params.avatar }}" alt="avatar"/>
|
||||
</div>
|
||||
<div id="description">
|
||||
<h1>{{ .Site.Params.author }}</h1>
|
||||
<h2>{{ .Site.Params.info }}</h2>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue