Skip to content

Commit

Permalink
Fix link to academicon. Update version. Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Jan 30, 2023
1 parent 6e4fa83 commit b0a1c96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
matrix:
version:
- '1.6'
- '1.7'
- "^1.8.0-0"
- '1.8'
- 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StaticWebPages"
uuid = "5bf9d097-888b-4aa7-96b5-1bfe21b2dbad"
authors = ["azzaare <[email protected]>"]
version = "0.2.20"
version = "0.2.21"

[deps]
Bibliography = "f1be7e48-bf82-45af-a471-ae754a193061"
Expand Down
2 changes: 1 addition & 1 deletion src/skeleton.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function head(info::Dict{String,String}, page::String)
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>$(info["title"]): $(subtitle)</title>
<link rel="stylesheet" href="css/foundation.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<script src="https://kit.fontawesome.com/06a987762e.js" crossorigin="anonymous"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand Down

0 comments on commit b0a1c96

Please sign in to comment.