Schema tweaks
This commit is contained in:
13
_layouts/gallery-list.html
Normal file
13
_layouts/gallery-list.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% include header.html %}
|
||||
<section itemscope itemtype="http://schema.org/ImageGallery">
|
||||
<header>
|
||||
<div class="timeline"></div>
|
||||
<h1>
|
||||
<span itemprop="name">{{ page.title }}</span>
|
||||
</h1>
|
||||
</header>
|
||||
<section class="post-content">
|
||||
{{ content }}
|
||||
</section>
|
||||
</section>
|
||||
{% include footer.html %}
|
||||
Reference in New Issue
Block a user