86 lines
4.8 KiB
HTML
Executable File
86 lines
4.8 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<!--[if lt IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie6 lte-ie6 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
|
<!--[if IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie7 lte-ie7 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
|
<!--[if IE 8 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js ie8 lte-ie8" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}"> <![endif]-->
|
|
<!--[if (gte IE 9)|!(IE)]><!--> <html xmlns="http://www.w3.org/1999/xhtml" class="no-js" lang="{{tpl:BlogLanguage}}" xml:lang="{{tpl:BlogLanguage}}" prefix="dc: http://purl.org/dc/terms/ schema: http://schema.org/ og: http://ogp.me/ns# article: http://ogp.me/ns/article#"> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>{{tpl:EntryTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}</title>
|
|
|
|
<meta name="description" lang="{{tpl:EntryLang}}" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
|
|
<meta property="dc:title" content="{{tpl:EntryTitle encode_html="1"}}" />
|
|
<meta property="dc:creator" content="{{tpl:EntryAuthorCommonName encode_html="1"}}" />
|
|
<meta property="dc:language" content="{{tpl:EntryLang}}" />
|
|
<meta property="dc:description" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
|
|
<meta property="dc:date" content="{{tpl:EntryDate iso8601="1"}}" />
|
|
<meta property="dc:rights" content="{{tpl:BlogCopyrightNotice encode_html="1"}}" />
|
|
<meta property="dc:publisher" content="{{tpl:BlogEditor encode_html="1"}}" />
|
|
|
|
<link rel="canonical" href="{{tpl:EntryURL}}" />
|
|
|
|
|
|
<tpl:IfSnTwitterCards>
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:site" content="{{tpl:TwitterCardsUser}}" />
|
|
<meta name="twitter:creator" content="{{tpl:TwitterCardsWebsite}}" />
|
|
</tpl:IfSnTwitterCards>
|
|
<tpl:IfOgp>
|
|
<meta property="og:title" content="{{tpl:EntryTitle encode_html="1"}}" />
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:description" content="{{tpl:EntryContent full="1" encode_html="1" remove_html="1" cut_string="180"}}" />
|
|
<meta property="og:site_name" content="{{tpl:BlogName encode_html="1"}}" />
|
|
<meta property="og:url" content="{{tpl:EntryURL}}" />
|
|
<meta property="og:image" content="{{tpl:MyEntryFirstImageURL whith_category="1" size="o"}}" />
|
|
<meta property="article:published_time" content="{{tpl:EntryDate iso8601="1"}}" />
|
|
<meta property="article:author" content="{{tpl:EntryAuthorURL}}" />
|
|
<tpl:EntryIf has_category="1">
|
|
<meta property="article:section" content="{{tpl:EntryCategory encode_html="1"}}" />
|
|
</tpl:EntryIf>
|
|
<tpl:EntryTags>
|
|
<meta property="article:tag" content="{{tpl:TagID}}" />
|
|
</tpl:EntryTags>
|
|
</tpl:IfOgp>
|
|
|
|
<link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" />
|
|
<link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" />
|
|
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{{tpl:BlogFeedURL type="rss2"}}" />
|
|
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
|
|
{{tpl:include src="_head.html"}}
|
|
</head>
|
|
<body class="dc-page">
|
|
<div id="page"> {{tpl:include src="_top.html"}}
|
|
<div id="wrapper">
|
|
<div id="main">
|
|
<div id="content" role="main">
|
|
<article id="p{{tpl:EntryID}}" class="post" role="article" vocab="http://schema.org/" typeof="BlogPosting" resource="#p{{tpl:EntryID}}">
|
|
<header>
|
|
<h2 class="post-title" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}" property="headline name">{{tpl:EntryTitle encode_html="1"}}</h2>
|
|
</header>
|
|
<div class="content" property="articleBody">
|
|
{{tpl:SysBehavior behavior="publicEntryBeforeContent"}}
|
|
<tpl:EntryIf extended="1">
|
|
<div class="post-excerpt" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">{{tpl:EntryExcerpt}}</div>
|
|
</tpl:EntryIf>
|
|
<div class="post-content" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">{{tpl:EntryContent}}</div>
|
|
</div>
|
|
<footer>
|
|
<p class="page-info">{{tpl:lang Published on}}
|
|
<time datetime="{{tpl:EntryDate iso8601="1"}}" property="datePublished" content="{{tpl:EntryDate iso8601="1"}}">{{tpl:EntryDate}}</time>
|
|
{{tpl:lang by}} <b class="author" property="creator">{{tpl:EntryAuthorLink}}</b><span property="url" content="{{tpl:EntryURL}}"></span></p>
|
|
</footer>
|
|
{{tpl:SysBehavior behavior="publicEntryAfterContent"}}
|
|
</article>
|
|
{{tpl:include src="_social_networks_links.html"}}
|
|
</div>
|
|
</div>
|
|
<!-- End #main -->
|
|
{{tpl:include src="_complementary.html"}}
|
|
|
|
</div>
|
|
<!-- End #wrapper -->
|
|
{{tpl:include src="_footer.html"}} </div>
|
|
<!-- End #page -->
|
|
{{tpl:include src="_social_networks_scripts.html"}}
|
|
|
|
</body>
|
|
</html> |