Skip to content

Commit

Permalink
Minor fix for standalone site
Browse files Browse the repository at this point in the history
  • Loading branch information
senthil10 committed Jun 28, 2023
1 parent 3b5318f commit d8d9c00
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# more Hugo stuff
.hugo_build.lock

# OSX
.DS_Store

dsw_instructions/clone_questionnaire_2foot.html
dsw_instructions/export_questionnaire_2foot.html
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
baseUrl: "https://dsw-appendix.scilifelab.se/"
languageCode: "en-us"
title: "SciLifeLab DSW appendix"
params:
Expand All @@ -18,4 +19,3 @@ related:
weight: 100
threshold: 80
toLower: false

2 changes: 0 additions & 2 deletions hugo.toml

This file was deleted.

11 changes: 6 additions & 5 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
<head>
<meta charset="UTF-8">
<title>Data Stewardship Wizard</title>
<link href="{{ .Site.BaseURL }}css/styles.css" rel="stylesheet">
{{- partial "head.html" . -}}
<link href="/css/styles.css" rel="stylesheet">
</head>
<body>
<!-- Load header navbar -->
{{- partial "header.html" . -}}
<div class="container">
<div class="Public_BookReference">
<main>
{{ .Content }}
{{- block "main" . }}{{- end }}
</main>
</div>
</div>

{{- partial "foot.html" . -}}
<!-- Load footer section -->
{{- partial "footer.html" . -}}

</body>
</html>
File renamed without changes.
File renamed without changes.

0 comments on commit d8d9c00

Please sign in to comment.