Skip to content

Commit

Permalink
Improve default Liquid layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Jul 11, 2022
1 parent 60e8b3f commit e15649e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="{{ site.locale }}">
<head>
{% render "head", metadata: site.metadata, title: page.title %}
{% render "head", metadata: site.metadata, title: resource.data.title %}
</head>
<body class="{{ resource.data.layout }} {{ resource.data.page_class }}">
{% render "navbar", metadata: site.metadata, resource: resource %}
Expand Down

0 comments on commit e15649e

Please sign in to comment.