Skip to content

Commit

Permalink
Try to fix the site.title problem
Browse files Browse the repository at this point in the history
- Follw the instructions from this issue thread, pages-themes/cayman#134 (comment)
  • Loading branch information
Herbert Yang committed Nov 4, 2024
1 parent cf9f815 commit 9bf5129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a id="skip-to-content" href="#content">Skip to the content.</a>

<header class="page-header" role="banner">
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
</header>

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
---

## Make ICP Great Again ("MIGA")
## About

- [What is MIGA](./docs/intro.html)
- [Twitter](https://x.com/miga_icp)
Expand Down

0 comments on commit 9bf5129

Please sign in to comment.