updating last_updated dates
This commit is contained in:
parent
99944fb8cf
commit
f4fc703f5e
@ -2,7 +2,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12 footer">
|
<div class="col-lg-12 footer">
|
||||||
©{{ site.time | date: "%Y" }} {{site.company_name}}. All rights reserved. <br />
|
©{{ site.time | date: "%Y" }} {{site.company_name}}. All rights reserved. <br />
|
||||||
{% if page.last_updated %}<p>Page last updated:</p> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br />
|
{% if page.last_updated %}<span>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br />
|
||||||
<p><img src="{{ "images/company_logo.png" }}" alt="Company logo"/></p>
|
<p><img src="{{ "images/company_logo.png" }}" alt="Company logo"/></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: Icons
|
title: Icons
|
||||||
tags: [formatting]
|
tags: [formatting]
|
||||||
keywords: font icons, buttons, images, vectors, font awesome, glyphicons
|
keywords: font icons, buttons, images, vectors, font awesome, glyphicons
|
||||||
last_updated: July 3, 2016
|
last_updated: July 16, 2016
|
||||||
summary: "You can integrate font icons through the Font Awesome and Glyphical Halflings libraries. These libraries allow you to embed icons through their libraries delivered as a link reference. You don't need any image libraries downloaded in your project."
|
summary: "You can integrate font icons through the Font Awesome and Glyphical Halflings libraries. These libraries allow you to embed icons through their libraries delivered as a link reference. You don't need any image libraries downloaded in your project."
|
||||||
sidebar: mydoc_sidebar
|
sidebar: mydoc_sidebar
|
||||||
permalink: mydoc_icons.html
|
permalink: mydoc_icons.html
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: Pages
|
title: Pages
|
||||||
tags: [getting_started, formatting, content_types]
|
tags: [getting_started, formatting, content_types]
|
||||||
keywords: pages, authoring, exclusion, frontmatter
|
keywords: pages, authoring, exclusion, frontmatter
|
||||||
last_updated: July 3, 2016
|
last_updated: July 16, 2016
|
||||||
summary: "This theme primarily uses pages. You need to make sure your pages have the appropriate frontmatter. One frontmatter tag your users might find helpful is the summary tag. This functions similar in purpose to the shortdesc element in DITA."
|
summary: "This theme primarily uses pages. You need to make sure your pages have the appropriate frontmatter. One frontmatter tag your users might find helpful is the summary tag. This functions similar in purpose to the shortdesc element in DITA."
|
||||||
sidebar: mydoc_sidebar
|
sidebar: mydoc_sidebar
|
||||||
permalink: mydoc_pages.html
|
permalink: mydoc_pages.html
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: Release notes 6.0
|
title: Release notes 6.0
|
||||||
tags: [getting_started]
|
tags: [getting_started]
|
||||||
keywords: release notes, announcements, what's new, new features
|
keywords: release notes, announcements, what's new, new features
|
||||||
last_updated: July 3, 2016
|
last_updated: July 16, 2016
|
||||||
summary: "Version 6.0 of the Documentation theme for Jekyll, released July 4, 2016, implements relative links so you can view the files offline or on any server without configuring urls and baseurls. Additionally, you can store pages in subdirectories. Templates for alerts and images are available."
|
summary: "Version 6.0 of the Documentation theme for Jekyll, released July 4, 2016, implements relative links so you can view the files offline or on any server without configuring urls and baseurls. Additionally, you can store pages in subdirectories. Templates for alerts and images are available."
|
||||||
sidebar: mydoc_sidebar
|
sidebar: mydoc_sidebar
|
||||||
permalink: mydoc_release_notes_60.html
|
permalink: mydoc_release_notes_60.html
|
||||||
|
@ -3,7 +3,7 @@ title: Supported features
|
|||||||
tags:
|
tags:
|
||||||
- getting_started
|
- getting_started
|
||||||
keywords: "features, capabilities, scalability, multichannel output, dita, hats, comparison, benefits"
|
keywords: "features, capabilities, scalability, multichannel output, dita, hats, comparison, benefits"
|
||||||
last_updated: "November 30, 2016"
|
last_updated: "July 16, 2016"
|
||||||
summary: "If you're not sure whether Jekyll and this theme will support your requirements, this list provides a semi-comprehensive overview of available features."
|
summary: "If you're not sure whether Jekyll and this theme will support your requirements, this list provides a semi-comprehensive overview of available features."
|
||||||
published: true
|
published: true
|
||||||
sidebar: mydoc_sidebar
|
sidebar: mydoc_sidebar
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: Tables
|
title: Tables
|
||||||
tags: [formatting]
|
tags: [formatting]
|
||||||
keywords: datatables, tables, grids, markdown, multimarkdown, jquery plugins
|
keywords: datatables, tables, grids, markdown, multimarkdown, jquery plugins
|
||||||
last_updated: July 3, 2016
|
last_updated: July 16, 2016
|
||||||
datatable: true
|
datatable: true
|
||||||
summary: "You can format tables using either multimarkdown syntax or HTML. You can also use jQuery datatables (a plugin) if you need more robust tables."
|
summary: "You can format tables using either multimarkdown syntax or HTML. You can also use jQuery datatables (a plugin) if you need more robust tables."
|
||||||
sidebar: mydoc_sidebar
|
sidebar: mydoc_sidebar
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: Tags
|
title: Tags
|
||||||
audience: writer, designer
|
audience: writer, designer
|
||||||
tags: [navigation]
|
tags: [navigation]
|
||||||
last_updated: July 3, 2016
|
last_updated: July 16, 2016
|
||||||
keywords: tags, navigation, buttons, links, association
|
keywords: tags, navigation, buttons, links, association
|
||||||
summary: "Tags provide another means of navigation for your content. Unlike the table of contents, tags can show the content in a variety of arrangements and groupings. Implementing tags in this Jekyll theme is somewhat of a manual process."
|
summary: "Tags provide another means of navigation for your content. Unlike the table of contents, tags can show the content in a variety of arrangements and groupings. Implementing tags in this Jekyll theme is somewhat of a manual process."
|
||||||
sidebar: mydoc_sidebar
|
sidebar: mydoc_sidebar
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: Workflow maps
|
title: Workflow maps
|
||||||
tags: [formatting]
|
tags: [formatting]
|
||||||
keywords: release notes, announcements, what's new, new features
|
keywords: release notes, announcements, what's new, new features
|
||||||
last_updated: July 3, 2016
|
last_updated: July 16, 2016
|
||||||
summary: "Version 6.0 of the Documentation theme for Jekyll reverts back to relative links so you can view the files offline. Additionally, you can store pages in subdirectories. Templates for alerts and images are available."
|
summary: "Version 6.0 of the Documentation theme for Jekyll reverts back to relative links so you can view the files offline. Additionally, you can store pages in subdirectories. Templates for alerts and images are available."
|
||||||
sidebar: mydoc_sidebar
|
sidebar: mydoc_sidebar
|
||||||
permalink: mydoc_workflow_maps.html
|
permalink: mydoc_workflow_maps.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user