2017-05-15 20:03:47 +00:00
|
|
|
<div class="floating-header">
|
|
|
|
<div class="floating-header-logo">
|
2019-01-08 17:19:51 +00:00
|
|
|
<a href="{{@site.url}}">
|
|
|
|
{{#if @site.icon}}
|
|
|
|
<img src="{{img_url @site.icon size="xxs"}}" alt="{{@site.title}} icon" />
|
2017-05-15 20:03:47 +00:00
|
|
|
{{/if}}
|
2019-01-08 17:19:51 +00:00
|
|
|
<span>{{@site.title}}</span>
|
2017-05-15 20:03:47 +00:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<span class="floating-header-divider">—</span>
|
|
|
|
<div class="floating-header-title">{{title}}</div>
|
|
|
|
<div class="floating-header-share">
|
|
|
|
<div class="floating-header-share-label">Share this {{> "icons/point"}}</div>
|
|
|
|
<a class="floating-header-share-tw" href="https://twitter.com/share?text={{encode title}}&url={{url absolute="true"}}"
|
|
|
|
onclick="window.open(this.href, 'share-twitter', 'width=550,height=235');return false;">
|
|
|
|
{{> "icons/twitter"}}
|
|
|
|
</a>
|
|
|
|
<a class="floating-header-share-fb" href="https://www.facebook.com/sharer/sharer.php?u={{url absolute="true"}}"
|
|
|
|
onclick="window.open(this.href, 'share-facebook','width=580,height=296');return false;">
|
|
|
|
{{> "icons/facebook"}}
|
|
|
|
</a>
|
|
|
|
</div>
|
2018-08-03 08:21:05 +00:00
|
|
|
<progress id="reading-progress" class="progress" value="0">
|
2017-06-14 11:16:16 +00:00
|
|
|
<div class="progress-container">
|
|
|
|
<span class="progress-bar"></span>
|
|
|
|
</div>
|
|
|
|
</progress>
|
2017-05-15 20:03:47 +00:00
|
|
|
</div>
|