Skip to content

Commit f7bb0f8

Browse files
fmichonneaumaxim-belkin
authored andcommitted
aio.md: multiple improvements
Pull Request: carpentries/styles#406 * change all-in-one file to have the same 'depth' as episode files * move the core script of aio.md into _includes/aio-script.md * include comment to inform maintainers to not edit the file * move aio.md to the root of styles repository
1 parent 8fab20f commit f7bb0f8

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
---
2-
---
3-
4-
{% include base_path.html %}
1+
{% comment %}
2+
As a maintainer, you don't need to edit this file.
3+
If you notice that something doesn't work, please
4+
open an issue: https://github.com/carpentries/styles/issues/new
5+
{% endcomment %}
56

67
<script>
78
window.onload = function() {

aio.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
permalink: /aio/index.html
3+
---
4+
5+
{% comment %}
6+
As a maintainer, you don't need to edit this file.
7+
If you notice that something doesn't work, please
8+
open an issue: https://github.com/carpentries/styles/issues/new
9+
{% endcomment %}
10+
11+
{% include base_path.html %}
12+
13+
{% include aio-script.md %}

0 commit comments

Comments
 (0)