Skip to content

Commit

Permalink
General file update.
Browse files Browse the repository at this point in the history
  • Loading branch information
teaghan committed Aug 23, 2024
1 parent a7dfccd commit 07179bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/.ipynb_checkpoints/embed_default-checkpoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1 class="project-name">{{ page.title | default: site.title | default: site.git
</header>

<main id="content" class="main-content" role="main">
{{ content | markdownify | remove: page.title }}
{{ content | markdownify | replace_first: page.title }}
<!-- Render the content without rendering the title -->
</main>

Expand Down
2 changes: 1 addition & 1 deletion _layouts/embed_default.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1 class="project-name">{{ page.title | default: site.title | default: site.git
</header>

<main id="content" class="main-content" role="main">
{{ content | markdownify | remove: page.title }}
{{ content | markdownify | replace_first: page.title }}
<!-- Render the content without rendering the title -->
</main>

Expand Down

0 comments on commit 07179bb

Please sign in to comment.