2015-04-22 07:50:11 +09:00
|
|
|
|
<style type="text/css">
|
|
|
|
|
.email-digest{
|
|
|
|
|
}
|
|
|
|
|
.digest-date{
|
|
|
|
|
color: #999;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
.post-item{
|
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
|
}
|
|
|
|
|
.post-date{
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
.post-title{
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 1.6;
|
|
|
|
|
}
|
|
|
|
|
.post-thumbnail{
|
2015-07-27 15:10:33 +09:00
|
|
|
|
height: 28px;
|
|
|
|
|
width: 37px;
|
|
|
|
|
vertical-align: top;
|
2015-04-22 07:50:11 +09:00
|
|
|
|
}
|
|
|
|
|
.post-meta{
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: #999;
|
|
|
|
|
margin: 5px 0;
|
|
|
|
|
}
|
|
|
|
|
.post-meta a{
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
.post-domain{
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.post-body-excerpt{
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
.post-body-excerpt p{
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
2015-08-12 16:30:27 +09:00
|
|
|
|
.post-comments {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
.post-comment {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
background: #efefef;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
.post-comment:last-child {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
.post-comments-title {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
.post-comment-body{
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
.post-comment-author {
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
}
|
2015-08-14 17:39:00 +09:00
|
|
|
|
.avatar {
|
|
|
|
|
height: 20px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
2015-08-15 11:51:23 +09:00
|
|
|
|
border-radius: 100%;
|
2015-08-14 17:39:00 +09:00
|
|
|
|
}
|
|
|
|
|
.post-comment-author-name {
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
font-size: 13px;
|
2015-08-15 11:51:23 +09:00
|
|
|
|
}
|
|
|
|
|
.post-comment-author-link {
|
|
|
|
|
color: black;
|
2015-08-14 17:39:00 +09:00
|
|
|
|
}
|
2015-04-22 07:50:11 +09:00
|
|
|
|
</style>
|
|
|
|
|
|
2017-08-28 22:27:07 +09:00
|
|
|
|
<span class="heading">Recently on {{SiteData.title}}</span>
|
2015-04-22 07:50:11 +09:00
|
|
|
|
<span class="digest-date">– {{date}}</span>
|
|
|
|
|
<br><br>
|
|
|
|
|
|
|
|
|
|
<div class="email-digest">
|
2017-08-28 22:27:07 +09:00
|
|
|
|
{{#each PostsList}}
|
|
|
|
|
<div class="post-item">
|
|
|
|
|
<br >
|
|
|
|
|
|
|
|
|
|
<span class="post-title">
|
|
|
|
|
{{#if thumbnailUrl}}
|
|
|
|
|
<img class="post-thumbnail" src="{{thumbnailUrl}}"/>
|
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
|
|
<a href="{{postLink}}" target="_blank">{{title}}</a>
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<div class="post-meta">
|
|
|
|
|
{{#if domain}}
|
|
|
|
|
<a class="post-domain" href="">{{domain}}</a>
|
|
|
|
|
|
|
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
|
|
<span class="post-submitted">
|
|
|
|
|
{{#if user.pageUrl}}
|
|
|
|
|
Submitted by <a href="{{profileUrl}}" class="comment-link" target="_blank">{{user.displayName}}</a>
|
|
|
|
|
{{else}}
|
|
|
|
|
Submitted by {{user.displayName}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<span class="post-date">on {{postedAtFormatted}}</span>
|
|
|
|
|
|
|
|
|
|
|
<a href="{{postPageLink}}" class="comment-link" target="_blank">{{commentCount}} Comments</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{#if htmlBody}}
|
|
|
|
|
<div class="post-body-excerpt">
|
|
|
|
|
{{htmlBody}}
|
|
|
|
|
<a href="{{postPageLink}}" class="comment-link" target="_blank">Read more</a>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
|
|
{{#if popularComments}}
|
|
|
|
|
<div class="post-comments">
|
|
|
|
|
<div class="post-comments-title">Top Comments</div>
|
|
|
|
|
{{#each popularComments}}
|
|
|
|
|
<div class="post-comment">
|
|
|
|
|
<div class="post-comment-author">
|
|
|
|
|
{{#if authorAvatarUrl}}
|
|
|
|
|
<img class="post-comment-avatar avatar" src="{{authorAvatarUrl}}"/>
|
|
|
|
|
{{/if}}
|
|
|
|
|
<span class="post-comment-author-name">
|
|
|
|
|
<a href="{{authorProfileUrl}}" class="post-comment-author-link">
|
|
|
|
|
{{author}}
|
|
|
|
|
</a>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="post-comment-body">{{body}}</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
|
|
|
|
<a class="post-comments-discuss" href="{{postPageLink}}">Discuss</a>
|
|
|
|
|
</div>
|
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{{/each}}
|
2015-04-22 07:50:11 +09:00
|
|
|
|
</div>
|
|
|
|
|
<br>
|