Sha256: 1113767e67828c186659efa13c21f8d1c83e507b763ce1b405d7b6d7a3a96d3d

Contents?: true

Size: 1.16 KB

Versions: 41

Compression:

Stored size: 1.16 KB

Contents

<article id="comment{{ include.index }}" class="js-comment comment" itemprop="comment" itemscope itemtype="https://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="https://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

41 entries across 41 versions & 2 rubygems

Version Path
creek-jekyll-theme-0.5.0 _includes/comment.html
creek-jekyll-theme-0.3.0 _includes/comment.html
creek-jekyll-theme-0.2.2 _includes/comment.html
creek-jekyll-theme-0.2.1 _includes/comment.html
creek-jekyll-theme-0.2.0 _includes/comment.html
creek-jekyll-theme-0.1.2 _includes/comment.html
creek-jekyll-theme-0.1.1 _includes/comment.html
creek-jekyll-theme-0.1.0 _includes/comment.html
minimal-mistakes-jekyll-4.24.0 _includes/comment.html
minimal-mistakes-jekyll-4.23.0 _includes/comment.html
minimal-mistakes-jekyll-4.22.0 _includes/comment.html
minimal-mistakes-jekyll-4.21.0 _includes/comment.html
minimal-mistakes-jekyll-4.20.2 _includes/comment.html
minimal-mistakes-jekyll-4.20.1 _includes/comment.html
minimal-mistakes-jekyll-4.20.0 _includes/comment.html
minimal-mistakes-jekyll-4.19.3 _includes/comment.html
minimal-mistakes-jekyll-4.19.2 _includes/comment.html
minimal-mistakes-jekyll-4.19.1 _includes/comment.html
minimal-mistakes-jekyll-4.19.0 _includes/comment.html
minimal-mistakes-jekyll-4.18.1 _includes/comment.html