-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtemplateGuest.html
executable file
·34 lines (26 loc) · 1.1 KB
/
templateGuest.html
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
<div style="width: 100%;
max-width: 450px;
margin: 32px auto;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 4px;
padding: 0 12px;">
<p style="font-weight: bold">您好,{{comment_parent_author_name}}。</p>
<p>您在文章<b><a target="_blank" style="text-decoration: none;" href="{{post_permalink}}">《{{post_title}}》</a></b>上发表的评论:</p>
<p style="padding: 12px;
background: #efefef;
border-radius: 4px;">{{comment_parent_content}}</p>
<p>收到了来自 <b>{{comment_author_name}}</b> 的回复:</p>
<p style="padding: 12px;
background: #efefef;
border-radius: 4px;">{{comment_content}}</p>
<div style="text-align: center;"><a style="text-transform: uppercase;
text-decoration: none;
border: 2px solid #6c7575;
color: #2f3333;
padding: 10px;
display: inline-block;
margin: 0 auto;
" target="_blank" href="{{comment_permalink}}">查看完整回复</a>
</div>
<p style="color: #e9e9e9">本邮件为系统自动发送。欢迎再次访问<a style="text-decoration: none;" target="_blank" href="{{site_url}}">{{site_name}}</a>。</p>
</div>