mirror of https://github.com/docker/docs.git
Merge pull request #9639 from adrian-plata/reading-time
Adding Reading time metadata
This commit is contained in:
commit
b2bc4a6f4f
2
404.md
2
404.md
|
@ -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
|
||||
---
|
||||
|
||||

|
||||
|
|
|
@ -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
|
||||
---
|
||||
```
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ noratings: true
|
|||
notoc: true
|
||||
notags: true
|
||||
title: "Docs search"
|
||||
tree: false
|
||||
skip_read_time: true
|
||||
---
|
||||
|
||||
<style type='text/css'>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue