_includes/static_comments.html in jekyll-theme-mehdix-rtl-0.2.4 vs _includes/static_comments.html in jekyll-theme-mehdix-rtl-1.0.0

- old
+ new

@@ -3,11 +3,11 @@ <section id="static-comments"> {% capture key %}{{ page.id | remove_first: "/" }}{% endcapture %} {% assign comments = site.data.comments[key] %} {% if comments %} <div id="comments"> - <h4>کامنت‌دونی</h4> + <h4 id="comments-header">نظرات خوانندگان</h4> {% for comment in comments %} <article> <div class="comment-image-wrapper"> <img class="comment-avatar" src="https://www.gravatar.com/avatar/{{comment.email}}?s=200&d=robohash" /> </div> @@ -46,10 +46,10 @@ </label> <label for="website">وبسایت <input id="website" type="url" name="website"> </label> <div style="text-align:left"> - <button type="submit">ارسال</button> + <button type="submit" class="button">ارسال</button> </div> </form> </section> \ No newline at end of file