Skip to content

Commit

Permalink
add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfect5th committed Jan 21, 2024
1 parent 4fbb317 commit 9045373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
sudo apt update
sudo apt install markdown
echo $url
echo ${{ steps.deployment.outputs.page_url }}
SITE_ROOT="/simple-site" ./convert.sh
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>Simple Site</title>
<meta name="description" content="A simple, markdown-derived website.">
<link rel="icon" href="{{SITE_ROOT}}/favicon.ico">
<link rel="stylesheet" href="{{SITE_ROOT}}/css/base.css">
<script src="{{SITE_ROOT}}/js/main.js"></script>
</head>
Expand Down

0 comments on commit 9045373

Please sign in to comment.