Sha256: 9a7a8278ccf76c14fa73356d94bb453f9452b93d21a3906d80ea537dffa09e7c

Contents?: true

Size: 1.15 KB

Versions: 16

Compression:

Stored size: 1.15 KB

Contents

<article id="comment{{ include.index }}" class="js-comment comment" itemprop="comment" itemscope itemtype="http://schema.org/Comment">
  <div class="comment__avatar-wrapper">
    <img class="comment__avatar" src="https://www.gravatar.com/avatar/{{ include.email }}?d=mm&s=80" alt="{{ include.name }}">
  </div>
  <div class="comment__content-wrapper">
    <h3 class="comment__author" itemprop="author" itemscope itemtype="http://schema.org/Person">
      {% unless include.url == blank %}
        <span itemprop="name"><a rel="external nofollow" itemprop="url" href="{{ include.url }}">{{ include.name }}</a></span>
      {% else %}
        <span itemprop="name">{{ include.name }}</span>
      {% endunless %}
    </h3>
    <p class="comment__date">
      {% if include.date %}
        {% if include.index %}<a href="#comment{{ include.index }}" itemprop="url">{% endif %}
        <time datetime="{{ include.date | date_to_xmlschema }}" itemprop="datePublished">{{ include.date | date: "%B %d, %Y at %I:%M %p" }}</time>
        {% if include.index %}</a>{% endif %}
      {% endif %}
    </p>
    <div itemprop="text">{{ include.message | markdownify }}</div>
  </div>
</article>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
minimal-mistakes-jekyll-4.14.1 _includes/comment.html
minimal-mistakes-jekyll-4.14.0 _includes/comment.html
minimal-mistakes-jekyll-4.13.0 _includes/comment.html
minimal-mistakes-jekyll-4.12.2 _includes/comment.html
minimal-mistakes-jekyll-4.12.1 _includes/comment.html
benimal-mistakes-jekyll-0.3.0 _includes/comment.html
benimal-mistakes-jekyll-0.2.0 _includes/comment.html
benimal-mistakes-jekyll-0.0.2 _includes/comment.html
benimal-mistakes-jekyll-0.0.1 _includes/comment.html
minimal-mistakes-jekyll-4.12.0 _includes/comment.html
minimal-mistakes-jekyll-4.11.2 _includes/comment.html
minimal-mistakes-jekyll-4.11.1 _includes/comment.html
minimal-mistakes-jekyll-4.10.1 _includes/comment.html
minimal-mistakes-jekyll-4.9.0 _includes/comment.html
minimal-mistakes-jekyll-4.8.1 _includes/comment.html
minimal-mistakes-jekyll-4.7.0 _includes/comment.html