Merge pull request #9639 from adrian-plata/reading-time

Adding Reading time metadata
This commit is contained in:
Adrian Plata 2019-10-14 11:36:24 -07:00 committed by GitHub
commit b2bc4a6f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

2
404.md
View File

@ -3,7 +3,7 @@ title: "Sorry, we can't find that page"
permalink: /404.html
noratings: true
notoc: true
tree: false
skip_read_time: true
---
![https://docs.docker.com/](/images/404-docs.png)

View File

@ -279,7 +279,7 @@ redirect_from:
title: Get Docker for Ubuntu
toc_min: 1
toc_max: 6
tree: false
skip_read_time: true
no_ratings: true
---
```

View File

@ -126,7 +126,7 @@
{% else %}
{% if page.title %}
<h1>{{ page.title }}</h1>{% endif %} {% if page.advisory %}
<blockquote>{{ site.data.advisories.texts[page.advisory] | markdownify }}</blockquote>{% endif %}{% endif %} {% unless page.tree == false %}{% include read_time.html %}{% endunless %}
<blockquote>{{ site.data.advisories.texts[page.advisory] | markdownify }}</blockquote>{% endif %}{% endif %} {% unless page.tree == false or page.skip_read_time == true %}{% include read_time.html %}{% endunless %}
{% if page.enterprise %}{% include ee_dropdown.html %}{% endif %}
{% if page.ui_tabs or page.cli_tabs or page.api_tabs %}{% capture content %}

View File

@ -5,7 +5,7 @@ noratings: true
notoc: true
notags: true
title: "Docs search"
tree: false
skip_read_time: true
---
<style type='text/css'>

View File

@ -2,7 +2,7 @@
description: We've sent you a welcome email with links to previous newsletters.
keywords: Docker, documentation, manual, guide, reference, api
title: Thank you for subscribing to Docker weekly
tree: false
skip_read_time: true
---
We've sent you a welcome email with links to previous newsletters.