This commit is contained in:
Hamel Husain 2020-03-14 08:14:53 -07:00
Родитель 7733239941
Коммит 97c374f0cc
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -10,9 +10,9 @@ layout: default
{%- endif -%}
<p class="post-meta post-meta-title">
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
<!-- <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
{{ page.date | date: date_format }}
</time>
</time> -->
{%- if page.modified_date -%}
~
{%- assign mdate = page.modified_date | date_to_xmlschema -%}
@ -21,13 +21,12 @@ layout: default
</time>
{%- endif -%}
{%- if page.author -%}
{% for author in page.author %}
by {% for author in page.author %}
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<span class="p-author h-card" itemprop="name">{{ author }}</span></span>
{%- if forloop.last == false %}, {% endif -%}
{% endfor %}
{%- endif %}
• {% include reading_time.html -%}
</p>
{% if page.categories.size > 0 and site.show_tags %}

Просмотреть файл

@ -4,5 +4,6 @@ search_exclude: true
image: images/covid-growth.png
---
These dashboards are updated automatically with latest available data by [GitHub Actions](https://github.com/features/actions).
## These dashboards are updated **hourly** with latest available data[^1].
[^1]: The primary data source is the [John Hokins COVID-19 Data Repository](https://github.com/CSSEGISandData/COVID-19). Data and visualizations are refreshed with [GitHub Actions](https://github.com/features/actions).