Skip to content

Commit

Permalink
Merge pull request #44 from Mab879/add_favicon
Browse files Browse the repository at this point in the history
Add Better Favicon
  • Loading branch information
Mab879 authored Oct 22, 2023
2 parents ba6cd70 + 559f673 commit ba8ab60
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run script
run: python -m stigaview_static -o out products
- name: Copy Static Assets
run: cp --verbose -r static/ out/static
run: cp --verbose -r public_html/* out/
- name: Publish
uses: cloudflare/pages-action@1
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ build:
rm -rf out
mkdir out
python -m stigaview_static -o out products
cp -r static out/static
cp -r public_html/* out/
Binary file added public_html/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="description" content="Online STIG viewer"/>
<meta name="generator" content="STIG-A-View Static - {{ git_sha }}"/>
<link href="/static/css/style.css" rel="stylesheet" />
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link href="/favicon.png" rel="shortcut icon" />
</head>
<body>
<nav class="navbar">
Expand Down

0 comments on commit ba8ab60

Please sign in to comment.