jekyll-theme-template 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/post.html +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7114ba129efee066b3bfa96269a598f0768f5aabfa4dd557e598f88eab939878
4
- data.tar.gz: a66a4b07cd015b09c2c512a9e512faeecc89bcbc153e9b7fe4b1c3cee57b3a55
3
+ metadata.gz: 3c149c60cfc02896b278413170e102f3ab8d669e2633d5589ab753972e622d06
4
+ data.tar.gz: a4f8d0e705b8aeb645f5b066d8dde806dd346b8122808d61573fe38fdac8e475
5
5
  SHA512:
6
- metadata.gz: 24538de4758d6099e371442c905ccb631b2643bb2302df71584b453dd23b83454652252cef05b6a467e4d7f5cda580d923ae9815ca529f28f0827e711b98489a
7
- data.tar.gz: c98dad85762ae3d1a1addf8420daffd5fcc882cebeb1ae603f8c840bfffa153d4b0ad347b433e02dd4463bf5bee42d5e740697f945d94b419591ae107205011b
6
+ metadata.gz: d18b18e52d1d2a57141d4cdb9b0aa6c1d376c71e47c6ba6065f123e90b97d92f251dd0258b0b0ecfafd26fac16819426062e7ab6bb0ec1cf1d625c45449eca7c
7
+ data.tar.gz: 6f092c7f1ea427adc2b6ad9c17773023494214930c15f66de9e3351fe960b1e3701efe808b42235b358fcddade3cef2896e595f51a7e76ad62b80a5a36c62881
data/_includes/post.html CHANGED
@@ -1,5 +1,5 @@
1
1
  <article itemscope itemtype="http://schema.org/BlogPosting">
2
- <h1 itemprop="headline"><a href="{{ include.post.url | relative_url }}">{{ include.post.title }}</a></h1>
2
+ <h1 itemprop="headline">{{ include.post.title }}</h1>
3
3
  <p itemprop="description">{% if include.post.author %}By <span itemprop="author">{{ include.post.author }}</span> on {% endif %}<time itemprop="datePublished" datetime="{{ include.post.date | date_to_xmlschema }}">{{ include.post.date | date: "%B %-d, %Y" }}</time>{% if include.post.updated %}. Last updated on <time itemprop="dateModified" datetime="{{ include.post.updated | date_to_xmlschema }}">{{ include.post.updated | date: "%B %-d, %Y" }}</time>{% endif %}{% if include.post.comments %}. <a href="{{ include.post.url | relative_url }}#disqus_thread" data-disqus-identifier="{{ include.post.url | relative_url }}"></a>{% endif %}</p>
4
4
  <div itemprop="articleBody">
5
5
  {% if page.type == "home" and site.excerpts %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramon de C Valle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-23 00:00:00.000000000 Z
11
+ date: 2021-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler