You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried debugging this and it appears that we are following a very old hugo version pattern for implementing the layouts.
We should instead of using partials, rather be using the baseof.html layout, see: https://gohugo.io/templates/base/,
Implementing this change will break done for revamping the website in: #305, so I suggest we land that and then move to doing this refactor.
https://ooni.org/get-involved/run/
<title>OONI - </title>
The value of
{{.Title}}
is not received.https://github.com/TheTorProject/ooni-web/blob/f12b92321478e90e6e22c8039567f298db8fcb95/layouts/partials/head.html#L10
The text was updated successfully, but these errors were encountered: