Add single Schema
This commit is contained in:
@@ -68,12 +68,12 @@
|
||||
<!-- start of posts -->
|
||||
<div class="columns is-multiline is-centered">
|
||||
<!-- start of post -->
|
||||
<article class="column is-10">
|
||||
<article class="column is-10" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<div class="card">
|
||||
|
||||
<!-- post header -->
|
||||
<div class="card-content-header">
|
||||
<h2 class="title is-4 has-text-centered" id="titulo">{{ article.title }}</h2>
|
||||
<h2 class="title is-4 has-text-centered" id="titulo" itemprop="name">{{ article.title }}</h2>
|
||||
</div>
|
||||
<!-- end of post header -->
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
<div class="content">
|
||||
<div class="card-inner-wrapper">
|
||||
<!-- post text -->
|
||||
<div class="card-content-text has-text-justified">
|
||||
<div class="card-content-text has-text-justified" itemprop="text">
|
||||
{% if article.toc %}
|
||||
<nav class="toc">
|
||||
{{ article.toc }}
|
||||
|
||||
Reference in New Issue
Block a user