mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-15 17:32:44 +02:00
Added title information to some pages
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Overview
|
||||
---
|
||||
|
||||
{% capture includedMarkdown %}{% include about.md %}{% endcapture %}
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Contributing
|
||||
---
|
||||
|
||||
{% capture includedMarkdown %}{% include contributing.md %}{% endcapture %}
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: What are filters?
|
||||
---
|
||||
|
||||
{% capture includedMarkdown %}{% include docs/filters.md %}{% endcapture %}
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Editor Integration
|
||||
---
|
||||
|
||||
{% capture includedMarkdown %}{% include docs/install.md %}{% endcapture %}
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Downloads
|
||||
---
|
||||
|
||||
{% capture includedMarkdown %}{% include download.md %}{% endcapture %}
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Examples
|
||||
---
|
||||
|
||||
{% capture includedMarkdown %}{% include examples.md %}{% endcapture %}
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
sedesc: Command line ASCII boxes unlimited!
|
||||
---
|
||||
|
||||
<div class="article">
|
||||
|
Reference in New Issue
Block a user