Skip to content

Commit

Permalink
reset
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyyn committed Dec 13, 2017
1 parent 83782c1 commit 63e60c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
value="${login_user.email ?! ''}" required/>
<input type="url" name="url" id="url" class="form-control input-control clearfix" placeholder="网址 (http://)"
value="${login_user.home_url ?! ''}"/>
<textarea name="content" id="textarea" class="form-control" required minlength="5" maxlength="2000"></textarea>
<textarea name="content" id="textarea" class="form-control" placeholder="基佬,留下你的评论." required minlength="5" maxlength="2000"></textarea>
<button class="submit" id="misubmit">提交</button>
</form>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<img src="/templates/themes/default/static/img/logo.png" alt="${site_title()}">
</a>
<div class="info-text">
<p>一生有所追求.</p>
<p>Powered by <a href="https://github.com/otale/tale" target="_blank" rel="nofollow">Tale</a>
</p>
<p>&copy; 2017 <a href="https://github.com/biezhi">biezhi</a></p>
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/templates/themes/default/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ <h1 class="post-title" itemprop="name headline">
<div class="post-data">
<time datetime="${created('yyyy-MM-dd')}" itemprop="datePublished">发布于 ${created('yyyy-MM-dd')}</time>
/ ${show_categories()} / <a href="#comments">${comments_num('没有评论', '%d 条评论')}</a> /
${hits()}浏览
</div>
</div>
<div id="post-content" class="post-content" itemprop="articleBody">
<p class="post-tags">${show_tags()}</p>
${show_content()}
<p class="post-info">
本文由 peng_ynn 创作采用 <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank"
本文由 <a href="">${theme_option('author') ?! 'biezhi'}</a> 创作采用 <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank"
rel="external nofollow">知识共享署名4.0</a> 国际许可协议进行许可<br>本站文章除注明转载/出处外均为本站原创或翻译转载前请务必署名<br>最后编辑时间为:
${modified('yyyy/MM/dd HH:mm')}
</p>
Expand Down

0 comments on commit 63e60c3

Please sign in to comment.