Sha256: e09147e32a95c00feaa510e956590cde9585b5b719967db0d02492a6e1a3ccc4

Contents?: true

Size: 1.15 KB

Versions: 21

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">
  </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

21 entries across 21 versions & 1 rubygems

Version Path
minimal-mistakes-jekyll-4.6.0 _includes/comment.html
minimal-mistakes-jekyll-4.5.2 _includes/comment.html
minimal-mistakes-jekyll-4.5.1 _includes/comment.html
minimal-mistakes-jekyll-4.5.0 _includes/comment.html
minimal-mistakes-jekyll-4.4.2 _includes/comment.html
minimal-mistakes-jekyll-4.4.0 _includes/comment.html
minimal-mistakes-jekyll-4.3.1 _includes/comment.html
minimal-mistakes-jekyll-4.3.0 _includes/comment.html
minimal-mistakes-jekyll-4.2.2 _includes/comment.html
minimal-mistakes-jekyll-4.2.1 _includes/comment.html
minimal-mistakes-jekyll-4.2.0 _includes/comment.html
minimal-mistakes-jekyll-4.1.0 _includes/comment.html
minimal-mistakes-jekyll-4.0.10 _includes/comment.html
minimal-mistakes-jekyll-4.0.9 _includes/comment.html
minimal-mistakes-jekyll-4.0.8 _includes/comment.html
minimal-mistakes-jekyll-4.0.7 _includes/comment.html
minimal-mistakes-jekyll-4.0.6 _includes/comment.html
minimal-mistakes-jekyll-4.0.5 _includes/comment.html
minimal-mistakes-jekyll-4.0.4 _includes/comment.html
minimal-mistakes-jekyll-4.0.3 _includes/comment.html