Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gkuling committed Jan 29, 2025
1 parent 2cd4156 commit 17bb8ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions _layouts/minimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

<!DOCTYPE html>

<!-- In _layouts/minimal.html -->
<body>
{{ content }}

<p style="color: red; font-weight: bold;">
If you can see this text, minimal.html is being used.
</p>
</body>

<html lang="{{ site.lang | default: 'en-US' }}">
{% include head.html %}
<body>
Expand Down

0 comments on commit 17bb8ae

Please sign in to comment.