Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaillat committed Apr 14, 2024
1 parent 0ca3e27 commit 26ec973
Show file tree
Hide file tree
Showing 36 changed files with 150 additions and 121 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- $author := (.Params.author | default site.Params.author) }}
{{- $author_type := (printf "%T" $author) }}
{{- if (or (eq $author_type "[]string") (eq $author_type "[]interface {}")) }}
{{- (delimit $author ", " ) }}
{{- (delimit $author ", " | safeHTML ) }}
{{- else }}
{{- $author }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

{{- $lang := .Lang}}
{{- $separator := or $label_text (not site.Params.disableThemeToggle)}}
{{- with site.Home.AllTranslations }}
{{- with site.Home.Translations }}
<ul class="lang-switch">
{{- if $separator }}<li>|</li>{{ end }}
{{- range . -}}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/post_meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
{{- end }}

{{- with ($scratch.Get "meta") }}
{{- delimit . "&nbsp;&middot;&nbsp;" -}}
{{- delimit . "&nbsp;&middot;&nbsp;" | safeHTML -}}
{{- end -}}
5 changes: 3 additions & 2 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
<meta name="description" content="I am a Professor of Subject at the University of Place. My research covers various topics. consequat.">
<meta name="author" content="Name">
<link rel="canonical" href="https://pascalmichaillat.org/hugo-website/404.html">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.5c3d2aa85a103c2d32fb4f6cbe26e29098f291f6fedf6b1d5b502c91573ae1ce.css" integrity="sha256-XD0qqFoQPC0y&#43;09svibikJjykfb&#43;32sdW1AskVc64c4=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.ceedb4bfad9c836660a1794574b00e044af05e0e43d78e579aecd60de809fae9.css" integrity="sha256-zu20v62cg2ZgoXlFdLAOBErwXg5D145XmuzWDegJ&#43;uk=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/hugo-website/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/hugo-website/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/hugo-website/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://pascalmichaillat.org/hugo-website/apple-touch-icon.png">

<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="https://pascalmichaillat.org/hugo-website/404.html">
<noscript>
<style>
#theme-toggle,
Expand Down Expand Up @@ -116,7 +117,7 @@
</main>

<footer class="footer">
&copy; 2023 Prof. Name
&copy; 2024 Prof. Name
<span>
&middot; Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
Expand Down
5 changes: 3 additions & 2 deletions public/archive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
<meta name="description" content="All the papers, courses, and data on this website—listed in chronological order.">
<meta name="author" content="Name">
<link rel="canonical" href="https://pascalmichaillat.org/hugo-website/archive/">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.5c3d2aa85a103c2d32fb4f6cbe26e29098f291f6fedf6b1d5b502c91573ae1ce.css" integrity="sha256-XD0qqFoQPC0y&#43;09svibikJjykfb&#43;32sdW1AskVc64c4=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/hugo-website/assets/css/stylesheet.ceedb4bfad9c836660a1794574b00e044af05e0e43d78e579aecd60de809fae9.css" integrity="sha256-zu20v62cg2ZgoXlFdLAOBErwXg5D145XmuzWDegJ&#43;uk=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://pascalmichaillat.org/hugo-website/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://pascalmichaillat.org/hugo-website/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://pascalmichaillat.org/hugo-website/favicon-32x32.png">
<link rel="apple-touch-icon" href="https://pascalmichaillat.org/hugo-website/apple-touch-icon.png">

<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" hreflang="en" href="https://pascalmichaillat.org/hugo-website/archive/">
<noscript>
<style>
#theme-toggle,
Expand Down Expand Up @@ -243,7 +244,7 @@ <h3 class="archive-entry-title">Paper Title 1
</main>

<footer class="footer">
&copy; 2023 Prof. Name
&copy; 2024 Prof. Name
<span>
&middot; Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 26ec973

Please sign in to comment.