2019-09-30 15:38:41 +03:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
# The posts' layout
|
2020-01-02 16:17:49 +03:00
|
|
|
# v2.0
|
|
|
|
# https://github.com/cotes2020/jekyll-theme-chirpy
|
2019-09-30 15:38:41 +03:00
|
|
|
# © 2017-2019 Cotes Chung
|
|
|
|
# MIT Licensed
|
|
|
|
---
|
|
|
|
|
2019-11-27 22:58:31 +03:00
|
|
|
<div class="row">
|
2019-11-25 15:56:50 +03:00
|
|
|
{% include date-format.html %}
|
2019-09-30 15:38:41 +03:00
|
|
|
|
2019-12-31 18:17:27 +03:00
|
|
|
<div id="post-wrapper" class="col-12 col-lg-11 col-xl-8">
|
2019-11-27 20:59:01 +03:00
|
|
|
<div class="post pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4">
|
2019-09-30 15:38:41 +03:00
|
|
|
<h1 data-toc-skip>{{ page.title }}</h1>
|
|
|
|
<div class="post-meta text-muted d-flex flex-column">
|
|
|
|
<!-- Published Date and Categoreis -->
|
|
|
|
<div>
|
2020-02-17 22:23:21 +03:00
|
|
|
<span class="timeago" data-toggle="tooltip" data-placement="bottom"
|
2020-02-16 21:51:12 +03:00
|
|
|
title="{{ page.date | date: TOOLTIP_DATE }}">
|
2019-09-30 15:38:41 +03:00
|
|
|
{{ page.date | date: POST_DATE }}
|
2019-12-31 18:17:27 +03:00
|
|
|
<i class="unloaded">{{ page.date | date_to_xmlschema }}</i>
|
2019-09-30 15:38:41 +03:00
|
|
|
</span>
|
2019-11-25 15:56:50 +03:00
|
|
|
{% if page.categories.size > 0 %}on{% endif %}
|
|
|
|
{% for category in page.categories %}
|
2019-12-28 11:58:02 +03:00
|
|
|
<a href='{{ site.baseurl }}/categories/{{ category | replace: ' ', '-' | downcase | url_encode }}/'>{{ category }}</a>
|
2019-11-25 15:56:50 +03:00
|
|
|
{%- unless forloop.last -%}, {%- endunless -%}
|
|
|
|
{% endfor %}
|
2019-09-30 15:38:41 +03:00
|
|
|
</div>
|
2019-11-25 15:56:50 +03:00
|
|
|
|
2019-09-30 15:38:41 +03:00
|
|
|
<!-- page views -->
|
|
|
|
{% if site.google_analytics.pv %}
|
|
|
|
<div>
|
2019-12-17 14:26:11 +03:00
|
|
|
<span id="pv" class="pageviews"><i class="fas fa-spinner fa-spin fa-fw"></i></span> views
|
2019-09-30 15:38:41 +03:00
|
|
|
</div>
|
|
|
|
{% endif %}
|
2019-11-25 15:56:50 +03:00
|
|
|
|
2019-09-30 15:38:41 +03:00
|
|
|
</div> <!-- .post-meta -->
|
|
|
|
|
|
|
|
<div class="post-content">
|
|
|
|
{% if page.image %}
|
2019-12-22 19:55:51 +03:00
|
|
|
<img src="{{ page.image }}">
|
2019-09-30 15:38:41 +03:00
|
|
|
{% endif %}
|
2019-12-23 20:36:49 +03:00
|
|
|
<!-- Add lozad class into image tags. see: <https://github.com/ApoorvSaxena/lozad.js#usage> -->
|
|
|
|
{% if content contains '<img src=' %}
|
2020-02-16 21:51:12 +03:00
|
|
|
{% capture loading %}
|
|
|
|
{{ "/assets/img/commons/loading.png" | relative_url }}
|
|
|
|
{% endcapture %}
|
2020-01-05 23:11:30 +03:00
|
|
|
{% assign replacement = '<img class="lozad" src=' | append: loading | append: ' data-src=' %}
|
|
|
|
{{ content | replace: '<img src=', replacement }}
|
2019-12-23 20:36:49 +03:00
|
|
|
{% else %}
|
|
|
|
{{ content }}
|
|
|
|
{% endif %}
|
2019-11-24 12:38:41 +03:00
|
|
|
</div>
|
2019-09-30 15:38:41 +03:00
|
|
|
|
2020-02-16 22:01:48 +03:00
|
|
|
<div class="post-tail-wrapper text-muted">
|
|
|
|
|
2020-02-17 18:44:10 +03:00
|
|
|
<!-- lastmod -->
|
|
|
|
{% if page.seo.date_modified > page.date %}
|
|
|
|
<div>
|
|
|
|
Updated
|
|
|
|
<span class="timeago lastmod"
|
2020-02-17 22:23:21 +03:00
|
|
|
data-toggle="tooltip" data-placement="top"
|
2020-02-17 18:44:10 +03:00
|
|
|
title="{{ page.seo.date_modified | date: TOOLTIP_DATE }}">
|
|
|
|
{{ page.seo.date_modified | date: POST_DATE }}
|
|
|
|
<i class="unloaded">{{ page.seo.date_modified | date_to_xmlschema}}</i>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
|
2019-09-30 15:38:41 +03:00
|
|
|
<!-- Tags -->
|
|
|
|
{% if page.tags.size > 0 %}
|
2020-02-17 18:44:10 +03:00
|
|
|
<div class="pt-3">
|
2019-09-30 15:38:41 +03:00
|
|
|
{% for tag in page.tags %}
|
2019-12-28 11:58:02 +03:00
|
|
|
<a href="{{ site.baseurl }}/tags/{{ tag | replace: ' ', '-' | downcase | url_encode }}/"
|
2019-09-30 15:38:41 +03:00
|
|
|
class="post-tag no-text-decoration" >
|
|
|
|
{{- tag -}}
|
2019-11-28 19:04:01 +03:00
|
|
|
</a>
|
2019-09-30 15:38:41 +03:00
|
|
|
{% endfor %}
|
2019-11-25 15:56:50 +03:00
|
|
|
</div>
|
2019-09-30 15:38:41 +03:00
|
|
|
{% endif %}
|
2020-02-16 22:01:48 +03:00
|
|
|
|
|
|
|
<div class="post-tail-bottom
|
|
|
|
d-flex justify-content-between align-items-center pt-5 pb-2">
|
|
|
|
|
2020-02-17 19:32:36 +03:00
|
|
|
{% if site.data.right.license %}
|
2020-02-16 22:01:48 +03:00
|
|
|
<div class="license-wrapper">
|
2020-02-17 19:32:36 +03:00
|
|
|
<span class="license-text ml-1 mr-1">
|
|
|
|
{{ site.data.right.license.prompt }}
|
|
|
|
<a href="{{ site.data.right.license.link }}">
|
|
|
|
{{ site.data.right.license.name }}
|
|
|
|
{% for icon in site.data.right.license.icons %}
|
2020-02-16 22:01:48 +03:00
|
|
|
<i class="{{ icon }}"></i>
|
2020-02-17 19:32:36 +03:00
|
|
|
{% endfor %}
|
2020-02-16 22:01:48 +03:00
|
|
|
</a>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% include post-sharing.html %}
|
|
|
|
|
|
|
|
</div><!-- .post-tail-bottom -->
|
|
|
|
|
2019-11-25 15:56:50 +03:00
|
|
|
</div><!-- div.post-tail -->
|
2019-09-30 15:38:41 +03:00
|
|
|
|
2019-11-27 12:08:54 +03:00
|
|
|
</div> <!-- .post -->
|
2020-02-16 22:01:48 +03:00
|
|
|
|
2019-12-31 18:17:27 +03:00
|
|
|
</div> <!-- #post-wrapper -->
|
2019-11-27 12:08:54 +03:00
|
|
|
|
|
|
|
{% include panel.html %}
|
|
|
|
|
|
|
|
</div> <!-- .row -->
|
|
|
|
|
2019-11-27 22:58:31 +03:00
|
|
|
<div class="row">
|
2019-12-31 18:17:27 +03:00
|
|
|
<div id="post-extend-wrapper" class="col-12 col-lg-11 col-xl-8">
|
2019-11-27 12:08:54 +03:00
|
|
|
|
2019-11-27 20:59:01 +03:00
|
|
|
<div class="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4">
|
2020-02-16 22:01:48 +03:00
|
|
|
|
|
|
|
{% include post-nav.html %}
|
2019-09-30 15:38:41 +03:00
|
|
|
|
2020-02-16 22:01:48 +03:00
|
|
|
{% if site.disqus.comments and page.comments %}
|
|
|
|
{% include disqus.html %}
|
|
|
|
{% endif %}
|
2019-11-27 12:08:54 +03:00
|
|
|
|
2020-02-17 18:44:10 +03:00
|
|
|
{% include related-posts.html %}
|
|
|
|
|
2019-11-27 12:08:54 +03:00
|
|
|
</div> <!-- .pl-1 pr-1 -->
|
|
|
|
|
2019-12-31 18:17:27 +03:00
|
|
|
</div> <!-- #post-extend-wrapper -->
|
2019-09-30 15:38:41 +03:00
|
|
|
|
2019-11-25 15:56:50 +03:00
|
|
|
</div> <!-- .row -->
|
2019-11-24 12:38:41 +03:00
|
|
|
|
2019-12-01 20:15:55 +03:00
|
|
|
{% include lozad.html %}
|