Sha256: b17ea26f83d54f7a3ac15527d6242eb99f2d49b2edfa1ad2e797cdb7e41ca4ec

Contents?: true

Size: 1.16 KB

Versions: 11

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">
    <h4 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 %}
    </h4>
    <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

11 entries across 11 versions & 2 rubygems

Version Path
beautiful-jekyll-theme-6.0.1 _includes/staticman-comment.html
enfield-jekyll-theme-1.1.1 _includes/staticman-comment.html
beautiful-jekyll-theme-5.0.0 _includes/staticman-comment.html
beautiful-jekyll-theme-4.1.0 _includes/staticman-comment.html
beautiful-jekyll-theme-4.0.1 _includes/staticman-comment.html
beautiful-jekyll-theme-4.0.0 _includes/staticman-comment.html
beautiful-jekyll-theme-3.0.0 _includes/staticman-comment.html
beautiful-jekyll-theme-2.3.0 _includes/staticman-comment.html
beautiful-jekyll-theme-2.2.0 _includes/staticman-comment.html
beautiful-jekyll-theme-2.0.0 _includes/staticman-comment.html
enfield-jekyll-theme-1.0.0 _includes/staticman-comment.html