_includes/static_comments.html in jekyll-theme-mehdix-rtl-0.1.21 vs _includes/static_comments.html in jekyll-theme-mehdix-rtl-0.2.0
- old
+ new
@@ -18,11 +18,11 @@
<a href={{comment.website}}>{{ comment.name }}</a>
{% else %}
{{ comment.name }}
{% endif %}
</small>
- <small class="post-meta">   {{ comment.date | jdate: "%d %b %Y" | habify }}</small>
+ <small class="post-meta"> {{ comment.date | jdate: "%d %b %Y" | habify }}</small>
</span>
{{ comment.message | replace: "<p>", '' | replace: "</p>", newLine | replace: "<br>", newLine | strip_html | markdownify }}
</div>
</article>
{% endfor%}
@@ -33,17 +33,16 @@
<input name="bot-field" style="display:none">
<input name="page_id" style="display:none" value="{{page.id}}">
<input name="page_uuid" style="display:none" value="{{page.uuid}}">
<input name="page_date" style="display:none" value="{{page.date}}">
<input name="page_title" style="display:none" value="{{page.title}}">
- <label for="message">دیدگاه  <small>با <a href="http://commonmark.org/help/">مارکداون</a> هم میتوانید بنویسید.
- برای نقل قول از <strong>> </strong>استفاده کنید.</small>
+ <label for="message">دیدگاه<sup class="required">*</sup> <small>میتوانید با<a href="http://commonmark.org/help/">مارکداون</a> هم بنویسید.</small>
<textarea id="message" name="message" required alt="no!!"></textarea>
</label>
- <label for="name">نام
+ <label for="name">نام<sup class="required">*</sup>
<input id="name" type="text" name="name" required>
</label>
- <label for="email">ایمیل
+ <label for="email">ایمیل<sup class="required">*</sup>
<input id="email" type="email" name="email" required>
</label>
<label for="website">وبسایت
<input id="website" type="url" name="website">
</label>
\ No newline at end of file