Skip to content

Commit

Permalink
tiny project debug improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed Feb 2, 2025
1 parent b1b4078 commit d459cec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4> {{ .Type }} </h4>
<p><b>project_id:</b> {{ .Params.project_id }}</p>
<p><b>title:</b> = {{ .Title }}</p>
<p><b>subtitle:</b> = {{ .Params.Subtitle }}</p>
<p><b>team:</b> {{ .Params.Team }} ({{ printf "%T" .Params.Supervisor }})</p>
<p><b>team:</b> {{ .Params.Team }} ({{ printf "%T" .Params.Team }})</p>
<p><b>supervisor:</b> {{ .Params.Supervisor }} ({{ printf "%T" .Params.Supervisor }})</p>

<p><b>claim</b> = {{ .Params.claim }}</p>
Expand Down Expand Up @@ -53,7 +53,7 @@ <h4> {{ .Type }} </h4>
<b>for bt:</b>
<pre>
{{ range $projects -}}
"{{ .Params.project_id }}": - "{{ .Params.project_id }} - {{ .Title }} {{ .Params.Subtitle }}",
"{{ .Params.project_id }}": - "{{ .Params.project_id }} - {{ .Title }}: {{ .Params.Subtitle }}",

{{ end }}
</pre>
Expand Down

0 comments on commit d459cec

Please sign in to comment.