You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,34 @@ Minima has been scaffolded by the `jekyll new-theme` command and therefore has a
33
33
34
34
Refers to files within the `_layouts` directory, that define the markup for your theme.
35
35
36
-
-`default.html`— The base layout that lays the foundation for subsequent layouts. The derived layouts inject their contents into this file at the line that says ` {{ content }} ` and are linked to this file via [FrontMatter](https://jekyllrb.com/docs/frontmatter/) declaration `layout: default`.
36
+
-`base.html`— The base layout that lays the foundation for subsequent layouts. The derived layouts inject their
37
+
contents into this file at the line that says ` {{ content }} ` and are linked to this file via
0 commit comments