ORIENT/themes/modern2/layouts/blog.htm

42 lines
1017 B
HTML
Raw Normal View History

2021-05-21 07:27:29 +00:00
[SeoBlogPost]
post = "post"
2021-03-14 13:53:00 +00:00
==
<!DOCTYPE html>
<html lang="{{activeLocale}}">
<head>
2021-05-21 07:27:29 +00:00
{% component 'SeoBlogPost' %}
2021-03-14 13:53:00 +00:00
{% partial 'head' %}
</head>
<body>
{% partial 'header' %}
<!-- main start
================================================ -->
<main class="main mr-top-bot">
<div class="auto__container">
2021-03-15 06:23:49 +00:00
<main class="main__inner">
2021-03-14 13:53:00 +00:00
{% page %}
2021-03-15 06:23:49 +00:00
</main>
2021-03-14 13:53:00 +00:00
</div>
</main>
{% partial 'footer' %}
<!-- javascript start
============================================= -->
<script src="{{ ['assets/js/jquery.js','assets/js/menu.js']|theme }}"></script>
{% framework extras %}
{% scripts %}
2021-04-02 09:22:25 +00:00
2021-03-14 13:53:00 +00:00
<!-- javascript end
============================================= -->
2021-06-17 10:12:49 +00:00
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H3SGT064RN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H3SGT064RN');
</script>
2021-03-14 13:53:00 +00:00
</body>
2021-05-21 07:27:29 +00:00
</html>