moved orbit in from submodule
This commit is contained in:
parent
19da32c6dc
commit
6e9ed98e78
227 changed files with 44365 additions and 0 deletions
5
themes/orbit/layouts/partials/profile.html
Normal file
5
themes/orbit/layouts/partials/profile.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div class="profile-container">
|
||||
<img class="profile img-circle" src="{{ .Site.BaseURL }}assets/images/{{ .Site.Params.profile.avatar }}" alt="" />
|
||||
<h1 class="name">{{ .Site.Params.profile.name }}</h1>
|
||||
<h3 class="tagline">{{ .Site.Params.profile.tagline }}</h3>
|
||||
</div><!--//profile-container-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue