Skip to content

Commit

Permalink
Merge pull request #99 from davewhipp/main
Browse files Browse the repository at this point in the history
Upgrade to FA 6
  • Loading branch information
davewhipp authored Dec 8, 2023
2 parents cb89310 + 8936309 commit 9aabad3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<title> {% if page.title %} {{ page.title }} | {% endif %} CV</title>
<link href="media/cv-screen.css" type="text/css" rel="stylesheet" media="screen">
<link href="media/cv-print.css" type="text/css" rel="stylesheet" media="print">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"> -->
<script src="https://kit.fontawesome.com/4f661f1f34.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
</head>
<body>
Expand Down

0 comments on commit 9aabad3

Please sign in to comment.