Nouvelle mouture du site web de Dylan
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
991 B

  1. ---
  2. layout: default
  3. ---
  4. <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
  5. <header class="post-header">
  6. <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
  7. <p class="post-meta">
  8. <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
  9. {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
  10. {{ page.date | date: date_format }}
  11. </time>
  12. {%- if page.author -%}
  13. • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span>
  14. {%- endif -%}</p>
  15. </header>
  16. <div class="post-content e-content" itemprop="articleBody">
  17. {{ content }}
  18. </div>
  19. {%- if site.disqus.shortname -%}
  20. {%- include disqus_comments.html -%}
  21. {%- endif -%}
  22. <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
  23. </article>