-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
--- | ||
layout: layout | ||
--- | ||
{% include hljs.html %} | ||
|
||
{% capture header_content %} | ||
{% include hljs.html %} {% capture header_content %} | ||
<h1>{{ page.title }}</h1> | ||
<p class="hero-subtitle">{{ page.subtitle }}</p> | ||
{% endcapture %} | ||
{% include page-header.html image=page.header_image content=header_content %} | ||
{% endcapture %} {% include page-header.html image=page.header_image | ||
content=header_content %} | ||
|
||
<main class="page content"> | ||
{{ content }} | ||
</main> | ||
<main class="page content {{ page.class }}">{{ content }}</main> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters