File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 < title > {{ article.title }} | {{ SITE_DESCRIPTION }}</ title >
55 < meta property ="og:type " content ="article "/>
66 < meta property ="og:title " content ="{{ article.title }} "/>
7+ < meta property ="og:description " content ="{{ article.body|truncatewords:100 }} "/>
78 < meta property ="og:url "
89 content ="{{ article.get_full_url }} "/>
910 < meta property ="article:published_time " content ="{% datetimeformat article.pub_time %} "/>
Original file line number Diff line number Diff line change 11{% load blog_tags %}
22< article id ="post-{{ article.pk }} "
3- class ="post-3815 post type-post status-publish format-standard hentry "
4- itemscope itemtype ="http://schema.org/Article ">
3+ class ="post-3815 post type-post status-publish format-standard hentry ">
54 < header class ="entry-header ">
65
7- < h1 class ="entry-title " itemprop =" name " >
6+ < h1 class ="entry-title ">
87 {% if isindex %}
98 < a href ="{{ article.get_absolute_url }} "
109 rel ="bookmark "> {{ article.title }}</ a >
Original file line number Diff line number Diff line change 44 itemprop ="datePublished " content ="{% datetimeformat article.created_time %} "
55 rel ="bookmark ">
66
7- < time class ="entry-date "
7+ < time class ="entry-date updated "
88 datetime ="{{ article.created_time }} ">
99 {% datetimeformat article.created_time %}</ time >
1010</ a >
You can’t perform that action at this time.
0 commit comments