Skip to content

Commit 5cacfa4

Browse files
author
markzegarelli
committed
Update logging of page layout
1 parent 677936b commit 5cacfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{%- assign priority = 4 -%}
2424
{%- endif -%}
2525
<!-- {{site.env.ENVIRONMENT}} -->
26-
<!-- {{layout}} -->
26+
<!-- {{page.layout}} -->
2727
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
2828
<head>
2929
<base href="{{ basehref }}" />

0 commit comments

Comments
 (0)