Skip to content

Commit abbcce2

Browse files
committed
Merge branch 'gh-pages' of github.com:carpentries/styles into gh-pages
2 parents 429d91c + f7bb0f8 commit abbcce2

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
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() {

_includes/links.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% include base_path.html %}
12
[cc-by-human]: https://creativecommons.org/licenses/by/4.0/
23
[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
34
[ci]: http://communityin.org/
@@ -26,7 +27,7 @@
2627
[lesson-license]: {{ relative_root_path }}{% link LICENSE.md %}
2728
[lesson-mainpage]: {{ relative_root_path }}{% link index.md %}
2829
[lesson-reference]: {{ relative_root_path }}{% link reference.md %}
29-
[lesson-setup]: {{ relative_page_root }}{% link setup.md %}
30+
[lesson-setup]: {{ relative_root_path }}{% link setup.md %}
3031
[mit-license]: https://opensource.org/licenses/mit-license.html
3132
[morea]: https://morea-framework.github.io/
3233
[numfocus]: https://numfocus.org/

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)