forked from WereBooks/BookshelfCMS_Alpha
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathentry.tmpl
More file actions
35 lines (35 loc) · 2.28 KB
/
entry.tmpl
File metadata and controls
35 lines (35 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[% INCLUDE blog_header.tmpl %]
<article class="post h-entry post-text postpage post-text" itemscope="itemscope" itemtype="http://schema.org/Article">
<header>
[% IF config.book.entryname == '' %]<div class="metadata" style="visibility:hidden;">[% ELSE %]<div class="metadata">[% END %]
<span class="dateline"><a href="[% config.siteroot %][% book.entries.$entry.url %]" rel="bookmark"><time class="post-date published dt-published" datetime="[% date %]" title="[% date %]"></time></a></span>
<div class="post-title p-name entry-title" itemprop="headline name"><span class="pageheading" title="Blog Page"><a href="[% config.siteroot %][% config.book.url %]" class="u-url">[% config.book.title %]</a></span></div>
<div class="post-title byline author vcard" itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="pageauthor byline-name fn" itemprop="name" title="Author Page"><a href="[% config.siteroot %][% config.author.url %]">[% config.author.name %]</a></span></div>
</div>
</header><br />
<div class="e-content entry-content" itemprop="articleBody text">
<div id="entry_[% config.book.entry %]">
<h2 class="chapter post-title p-name entry-title">[% config.book.entryname %]</h2>
[% config.book.body %]
</div>
</div>
</article>
<ul class="pager hidden-print">
<li class="previous"><a href="../../../[% config.book.prev.url %]" rel="prev" title="[% config.book.prev.entryname %]">Newer</a></li>
<li class="next"><a href="../../../[% config.book.next.url %]" rel="next" title="[% config.book.next.entryname %]">Older</a></li>
</ul>
</div>
</div>
<br />
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
<!-- Default Statcounter code -->
<script type="text/javascript">
var sc_project=###;
var sc_invisible=1;
var sc_security="###";
</script>
<script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript><div class="statcounter"><a title="Web Analytics Made Easy - StatCounter" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/###" alt="Web Analytics Made Easy - StatCounter"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
[% INCLUDE blog_footer.tmpl %]