Skip to content

Commit

Permalink
feat(factrank): FactRank in tool header
Browse files Browse the repository at this point in the history
  • Loading branch information
whelmich committed Apr 19, 2024
1 parent 88a16fa commit 398d0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>CLARIAH Media Suite{% if page.title %} - {{ page.title }}{% endif %}</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Maven+Pro:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Maven+Pro:wght@500;600;700&family=Open+Sans:wght@400;500;600&display=swap" rel="stylesheet">
<link href="{{ '/assets/css/main.css' | relative_url }}" rel="stylesheet">
<link rel="icon" href="{{ '/favicon.png' | relative_url }}">
<link rel="apple-touch-icon" sizes="48x48" href="{{ '/assets/img/icons/icon-48x48.png' | relative_url }}">
Expand Down

0 comments on commit 398d0b6

Please sign in to comment.