File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<!DOCTYPE html>
44< html class ="height-full ">
55 < head >
6+ {% if page.title %}< title > {{ page.title }} - {{ site.title }}</ title > {% else %}< title > {{ site.title }}</ title > {% endif %}
67 < meta charset ="utf-8 ">
78 < link rel ="stylesheet " href ="{{ site.baseurl }}/primer.css ">
89 < link rel ="stylesheet " href ="{{ site.baseurl }}/github-syntax.css ">
@@ -41,6 +42,6 @@ <h1 class="m-0 mt-2">Catalyst</h1>
4142 </ header >
4243
4344 {{ content }}
44-
45+
4546 </ body >
4647</ html >
Original file line number Diff line number Diff line change 11---
22layout: default
33---
4-
54< section class ="d-flex flex-justify-center container-xl clearfix ">
65 < div class ="mt-6 ">
76 < h1 class ="h000-mktg mt-6 mr-6 "> Web Components< br class ="hide-sm "> made easy</ h1 >
@@ -37,7 +36,7 @@ <h1 class="h000-mktg mt-6 mr-6">Catalyse your Web Components</h1>
3736
3837 < span data-target ="hello-world.output ">
3938 </ span >
40- </ hello-world >
39+ </ hello-world >
4140 {% endhighlight %}
4241 </ div >
4342 < div class ="">
Original file line number Diff line number Diff line change 11---
22layout: reference
3+ title: Reference guide
34---
45
56< h1 > Reference guide</ h1 >
@@ -13,7 +14,7 @@ <h1>Reference guide</h1>
1314 < h2 class ="mb-0 " id ="{{ file.name | slugify }} "> {{ export.name }}</ h2 >
1415 < div class ="mb-3 f5 ">
1516 {% for source in export.sources %}
16- Defined in:
17+ Defined in:
1718 < a href ="{{ site.github.repository_url }}/blob/{{ revision }}/src/{{ source.fileName }}#L{{ source.line }} ">
1819 {{ source.fileName }}:{{ source.line }}
1920 </ a >
You can’t perform that action at this time.
0 commit comments