diff --git a/layouts/partials/footer_fabaccess.html b/layouts/partials/footer_fabaccess.html new file mode 100644 index 0000000..226879e --- /dev/null +++ b/layouts/partials/footer_fabaccess.html @@ -0,0 +1,12 @@ + + + diff --git a/layouts/projects/single_fabaccess.html b/layouts/projects/single_fabaccess.html new file mode 100644 index 0000000..823fe23 --- /dev/null +++ b/layouts/projects/single_fabaccess.html @@ -0,0 +1,40 @@ +{{ partial "header" . }} + +
+
+ {{ $.Scratch.Set "link" .RelPermalink }} + {{ with .Params.repo }} + {{ $repoHost := default "gitlab" $.Params.repoHost }} + {{ if eq "github" $repoHost }} + {{ printf "https://github.com/%s/%s/" $.Site.Params.githubUsername . | $.Scratch.Set "link" }} + {{ else if eq "gitlab" $repoHost }} + {{ printf "https://gitlab.com/%s/%s/" $.Site.Params.gitlabUsername . | $.Scratch.Set "link" }} + {{ end }} + {{ end }} + {{ with .Description }} {{ $.Scratch.Set "subtitle" . }} {{ end }} + + + +

{{ .Title }}

+
+

{{ $.Scratch.Get "subtitle" }}

+ + {{ range.Params.categories }} + + + {{ . }} + + {{ end }} + {{ range .Params.tags }} + + {{ . }} + + {{ end }} +
+ +
+
{{ .Content }}
+
+
+ +{{ partial "footer_fabaccess" . }} \ No newline at end of file diff --git a/static/img/logo/BMBF_gefördert-vom_deutsch.jpg b/static/img/logo/BMBF_gefördert-vom_deutsch.jpg new file mode 100644 index 0000000..e91c985 Binary files /dev/null and b/static/img/logo/BMBF_gefördert-vom_deutsch.jpg differ