Skip to content

Commit 3bdea8c

Browse files
committed
add title's for the docs page and the crash-course page. Link crash course in the getting started index.
1 parent be3b262 commit 3bdea8c

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

_layouts/getting_started.html

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ <h3 class="widget-title">ExUnit - a unit test framework</h3>
3333
<li><a class="spec" href="/getting_started/ex_unit/1.html">Introduction to ExUnit</a></li>
3434
</ol>
3535
</div>
36+
<div class="widget">
37+
<h3 class="widget-title">Other</h3>
38+
<ol>
39+
<li><a class="spec" href="/crash-course.html">Erlang/Elixir Syntax: A Crash Course</a></li>
40+
</ol>
41+
</div>
3642

3743
{% include learning-resources.html %}
3844
{% include sponsors.html %}

crash-course.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2+
title: "Erlang/Elixir Syntax: A Crash Course"
23
section: home
34
layout: default
45
---
56

6-
# Erlang/Elixir Syntax: A Crash Course
7+
# {{ page.title }}
78

89
This is a quick introduction to the Elixir syntax for Erlang developers and vice-versa. It is the absolute minimum amount of knowledge you need in order to understand Elixir/Erlang code, support interoperability, read the docs, sample code, etc.
910

docs.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
title: Elixir Documentation
23
section: docs
34
layout: default
45
---

0 commit comments

Comments
 (0)