-
-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
theme: remove whitespace from article #891
to avoid to be interpreted as indented code in some scenarios
- Loading branch information
Showing
7 changed files
with
52 additions
and
52 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
|
||
<article class="default"> | ||
<header class="headline"> | ||
{{- partial "content-header.html" . }} | ||
</header> | ||
<article class="default"> | ||
<header class="headline"> | ||
{{- partial "content-header.html" . }} | ||
</header> | ||
{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }} | ||
|
||
{{ partial "article-content.html" . }} | ||
<footer class="footline"> | ||
{{- partial "content-footer.html" . }} | ||
</footer> | ||
</article> | ||
<footer class="footline"> | ||
{{- partial "content-footer.html" . }} | ||
</footer> | ||
</article> |
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,13 +1,13 @@ | ||
|
||
<article class="chapter narrow"> | ||
<header class="headline"> | ||
{{- partial "content-header.html" . }} | ||
</header> | ||
<article class="chapter narrow"> | ||
<header class="headline"> | ||
{{- partial "content-header.html" . }} | ||
</header> | ||
{{ partial "heading-pre.html" . }}<div class="article-subheading">{{ T "Chapter" .Params.Weight }}</div> | ||
{{ partial "heading.html" . }}{{ partial "heading-post.html" . }} | ||
|
||
{{ partial "article-content.html" . }} | ||
<footer class="footline"> | ||
{{- partial "content-footer.html" . }} | ||
</footer> | ||
</article> | ||
<footer class="footline"> | ||
{{- partial "content-footer.html" . }} | ||
</footer> | ||
</article> |
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,12 +1,12 @@ | ||
|
||
<article class="home"> | ||
<header class="headline"> | ||
{{- partial "content-header.html" . }} | ||
</header> | ||
<article class="home"> | ||
<header class="headline"> | ||
{{- partial "content-header.html" . }} | ||
</header> | ||
{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }} | ||
|
||
{{ partial "article-content.html" . }} | ||
<footer class="footline"> | ||
{{- partial "content-footer.html" . }} | ||
</footer> | ||
</article> | ||
<footer class="footline"> | ||
{{- partial "content-footer.html" . }} | ||
</footer> | ||
</article> |
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