site/docs/datafiles/index.html in jekyll-docs-3.3.0 vs site/docs/datafiles/index.html in jekyll-docs-3.3.1
- old
+ new
@@ -2,41 +2,41 @@
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
- <meta name="generator" content="Jekyll v3.3.0">
+ <meta name="generator" content="Jekyll v3.3.1">
<link type="application/atom+xml" rel="alternate" href="https://jekyllrb.com/feed.xml" title="Jekyll • Simple, blog-aware, static sites">
<link rel="alternate" type="application/atom+xml" title="Recent commits to Jekyll’s master branch" href="https://github.com/jekyll/jekyll/commits/master.atom">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/css/screen.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
- <!-- Begin Jekyll SEO tag v2.0.0 -->
+ <!-- Begin Jekyll SEO tag v2.1.0 -->
<title>Data Files - Jekyll • Simple, blog-aware, static sites</title>
<meta property="og:title" content="Data Files">
-<meta name="description" content="In addition to the built-in variables available from Jekyll,you can specify your own custom data that can be accessed via the Liquidtemplating system.">
-<meta property="og:description" content="In addition to the built-in variables available from Jekyll,you can specify your own custom data that can be accessed via the Liquidtemplating system.">
+<meta name="description" content="In addition to the built-in variables available from Jekyll, you can specify your own custom data that can be accessed via the Liquid templating system.">
+<meta property="og:description" content="In addition to the built-in variables available from Jekyll, you can specify your own custom data that can be accessed via the Liquid templating system.">
<link rel="canonical" href="https://jekyllrb.com/docs/datafiles/">
<meta property="og:url" content="https://jekyllrb.com/docs/datafiles/">
<meta property="og:site_name" content="Jekyll • Simple, blog-aware, static sites">
<meta property="og:type" content="article">
-<meta property="article:published_time" content="2016-10-06T11:16:34-07:00">
+<meta property="article:published_time" content="2017-01-20T13:17:57-08:00">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@jekyllrb">
<meta name="google-site-verification" content="onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY">
<script type="application/ld+json">
- {
- "@context": "http://schema.org",
- "@type": "BlogPosting",
- "headline": "Data Files",
- "datePublished": "2016-10-06T11:16:34-07:00",
- "description": "In addition to the built-in variables available from Jekyll,you can specify your own custom data that can be accessed via the Liquidtemplating system.",
- "logo": "https://jekyllrb.com/img/logo-2x.png",
- "url": "https://jekyllrb.com/docs/datafiles/"
- }
-</script>
+{"@context": "http://schema.org",
+"@type": "BlogPosting",
+"headline": "Data Files",
+"datePublished": "2017-01-20T13:17:57-08:00",
+"description": "In addition to the built-in variables available from Jekyll, you can specify your own custom data that can be accessed via the Liquid templating system.",
+"publisher": {"@type": "Organization",
+"logo": {"@type": "ImageObject",
+"url": "https://jekyllrb.com/img/logo-2x.png"}},
+"url": "https://jekyllrb.com/docs/datafiles/"}</script>
<!-- End Jekyll SEO tag -->
+
<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<script src="/js/respond.min.js"></script>
<![endif]-->
</head>
@@ -261,10 +261,14 @@
<option value="/docs/contributing/">Contributing</option>
+ <option value="/docs/maintaining/">Maintaining Jekyll</option>
+
+
+
<option value="/docs/conduct/">Code of Conduct</option>
<option value="/docs/history/">History</option>
@@ -277,11 +281,11 @@
<div class="unit four-fifths">
<article>
<div class="improve right hide-on-mobiles">
- <a href="https://github.com/jekyll/jekyll/edit/master/site/_docs/datafiles.md"><i class="fa fa-pencil"></i> Improve this page</a>
+ <a href="https://github.com/jekyll/jekyll/edit/master/docs/_docs/datafiles.md"><i class="fa fa-pencil"></i> Improve this page</a>
</div>
<h1>Data Files</h1>
<p>In addition to the <a href="../variables/">built-in variables</a> available from Jekyll,
you can specify your own custom data that can be accessed via the <a href="https://wiki.github.com/shopify/liquid/liquid-for-designers">Liquid
templating system</a>.</p>
@@ -407,10 +411,11 @@
<h2 id="example-accessing-a-specific-author">Example: Accessing a specific author</h2>
<p>Pages and posts can also access a specific data item. The example below shows how to access a specific item:</p>
<p><code class="highlighter-rouge">_data/people.yml</code>:</p>
+
<div class="language-yaml highlighter-rouge">
<pre class="highlight"><code><span class="s">dave</span><span class="pi">:</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">David Smith</span>
<span class="s">twitter</span><span class="pi">:</span> <span class="s">DavidSilvaSmith</span>
</code></pre>
@@ -664,10 +669,14 @@
<li class=""><a href="/docs/contributing/">Contributing</a></li>
+ <li class=""><a href="/docs/maintaining/">Maintaining Jekyll</a></li>
+
+
+
<li class=""><a href="/docs/conduct/">Code of Conduct</a></li>
<li class=""><a href="/docs/history/">History</a></li>
@@ -686,10 +695,10 @@
<footer>
<div class="grid">
<div class="unit one-third center-on-mobiles">
- <p>The contents of this website are <br>© 2016 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT License</a>.</p>
+ <p>The contents of this website are <br>© 2017 under the terms of the <a href="https://github.com/jekyll/jekyll/blob/master/LICENSE">MIT License</a>.</p>
</div>
<div class="unit two-thirds align-right center-on-mobiles">
<p>
Proudly hosted by
<a href="https://github.com">