Skip to content

Commit

Permalink
Merge pull request #1 from emilyriehl/fix-homepage
Browse files Browse the repository at this point in the history
Fix homepage
  • Loading branch information
pitmonticone authored Aug 1, 2024
2 parents 8e0667f + 4de2746 commit aa14467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build project API documentation
run: ~/.elan/bin/lake -R -Kenv=dev build InfinityCosmos:docs

- name: Check for `home_page` folder # this is meant to detect a Jekyll-based website
id: check_home_page
run: |
Expand Down Expand Up @@ -117,4 +117,3 @@ jobs:

- name: Make sure the API documentation cache works
run: mv home_page/docs .lake/build/doc

4 changes: 2 additions & 2 deletions home_page/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
{% if jekyll.environment == "production" %}
<link rel="stylesheet"
href="{{ 'FLT3/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
href="{{ 'infinity-cosmos/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% else %}
<link rel="stylesheet" href="{{ 'assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% endif %}
Expand Down Expand Up @@ -46,4 +46,4 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
</main>
</body>

</html>
</html>

0 comments on commit aa14467

Please sign in to comment.