Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First prototype of an improved theme/style #18

Merged
merged 5 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix URL of CSS stylesheets and JS scripts
  • Loading branch information
gmantele committed May 20, 2024
commit 2ab40e7fd9ac7e46dc31fa2387bc06566dfa93a9
4 changes: 2 additions & 2 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="/css/fa.min.css">
<link rel="stylesheet" href="/css/ivoa.css">
<link rel="stylesheet" href="{{ .Site.Home.Permalink}}/css/fa.min.css">
<link rel="stylesheet" href="{{ .Site.Home.Permalink}}/css/ivoa.css">

<title>IVOA.net - International Virtual Observatory Alliance</title>
</head>
2 changes: 1 addition & 1 deletion layouts/partials/scripts.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<script src="/js/main.js" async></script>
<script src="{{ .Site.Home.Permalink}}/js/main.js" async></script>
Loading