Prototype of custom description meta tags. (#3928)

* Prototype of custom description meta tags.

* Put desc on one line.
This commit is contained in:
Steve Perry
2017-05-27 14:38:24 -07:00
committed by GitHub
parent 37976e6c74
commit 46e745a81a
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -8,6 +8,13 @@
<link rel="stylesheet" type="text/css" href="/css/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="/css/sweetalert.css">
{% if page.class == "gridPage" %}<link rel="stylesheet" type="text/css" href="/css/gridpage.css">{% endif %}
{% if page.description %}
<meta name="description" content="{{ page.description }}" />
{% else %}
<meta name="description" content="{{ page.title }}" />
{% endif %}
<script src="/js/jquery-2.2.0.min.js"></script>
<script src="/js/jquery-ui.min.js"></script>
<script src="/js/script.js"></script>
@@ -1,5 +1,6 @@
---
title: Assigning CPU and RAM Resources to a Container
description: When you create a Pod, you can request CPU and RAM resources for the containers that run in the Pod. You can also set limits for CPU and RAM use.
---
{% capture overview %}