Skip to content

Commit 67f1362

Browse files
author
jordanmccullough
committed
Reverse merge to resolve layout updates
Conflicts: _layouts/bare.html
2 parents 3ed486f + dc5ec9f commit 67f1362

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The educational content exists in two top level directories:
2424

2525
## File Format
2626

27-
The majority of the site materials are written in [Markdown](http://whatismarkdown.com), a [lightweight markup language](http://en.wikipedia.org/wiki/Lightweight_markup_language) supported in the GitHub web application user interface. There is a syntax guide to the original [Markdown format](http://daringfireball.net/projects/markdown/syntax) and also [GitHub Flavored Markdown](http://github.github.com/github-flavored-markdown/).
27+
The majority of the site materials are written in [Markdown](http://whatismarkdown.com), a [lightweight markup language](http://en.wikipedia.org/wiki/Lightweight_markup_language) supported in the GitHub web application user interface. There is a syntax guide to the original [Markdown format](http://daringfireball.net/projects/markdown/syntax) and also [GitHub Flavored Markdown](http://github.github.com/github-flavored-markdown/). This repository is based on [Hydeslides](https://github.com/jordanmccullough/HydeSlides). That project offers additional information on the file and directory structure.
2828

2929
## Build
3030

_layouts/bare.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
1313

1414
<link rel="stylesheet" media="all" href=
15-
{% if page.theme %}
16-
"../_stylesheets/page.css"
17-
{% endif %}
18-
"_stylesheets/page.css"
15+
{% if page.theme == "home" %}
16+
"_stylesheets/page.css"
17+
{% else page.theme %}
18+
"../_stylesheets/page.css"
19+
{% endif %}
1920
/>
2021

2122
<link rel="stylesheet"

downloads/github-git-cheat-sheet.pdf

-258 Bytes
Binary file not shown.

slides/assets/diagrams/network.svg

Lines changed: 15 additions & 12 deletions
Loading

0 commit comments

Comments
 (0)