Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"Outcome measurement instrument",
"PRISMA",
"Reporting guideline",
"Systematic reviews."
"Systematic reviews"
],
"forrt_clusters_new": "Replication and meta-research, Replication Crisis and Credibility Revolution",
"forrt_sub_clusters": "Meta-analyses, Proposed science improvement initiatives on statistics, measurement, teaching, data sharing, code sharing, pre-registration, & replication",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"Conceptual and Statistical Knowledge"
],
"tags": [
"Statistics; Effect Sizes; Confidence Intervals; Data Analysis; Data Visualization; Data Interpretation."
"Statistics; Effect Sizes; Confidence Intervals; Data Analysis; Data Visualization; Data Interpretation"
],
"forrt_clusters_new": "Conceptual and Statistical Knowledge",
"forrt_sub_clusters": "Effect sizes, statistical power, simulations, & confidence intervals.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"Falsification",
"Severity",
"Open Science",
"Methodological Reform."
"Methodological Reform"
],
"forrt_clusters_new": "Pre-analysis Planning, Replication Crisis and Credibility Revolution",
"forrt_sub_clusters": "Ongoing debates (e.g., incentives for and against open science practices), Understanding the types of preregistration and writing one.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"Metascience",
"Replication",
"Reproducibility",
"Statistics."
"Statistics"
],
"forrt_clusters_new": "Replication Crisis and Credibility Revolution, Replication and meta-research",
"forrt_sub_clusters": "Meta-research, Ongoing debates (e.g., incentives for and against open science practices)",
Expand Down
2 changes: 1 addition & 1 deletion content/glossary/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Glossary
_build:
build:
render: never
list: never
---
2 changes: 1 addition & 1 deletion content/nowherelab/phd-survival-guide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Nowhere Lab PhD Survival Guide
date: 2026-04-28
_build:
build:
list: never
---

Expand Down
4 changes: 2 additions & 2 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
{{- $language_code := site.LanguageCode | default "en-us" -}}
<html lang="{{$language_code}}" {{ if in site.Data.i18n.rtl.rtl $language_code }}dir="rtl"{{end}}>
{{- $language_code := site.Language.Locale | default "en-us" -}}
<html lang="{{$language_code}}" {{ if in hugo.Data.i18n.rtl.rtl $language_code }}dir="rtl"{{end}}>

{{ partial "site_head" . }}

Expand Down
2 changes: 1 addition & 1 deletion layouts/clusters/cluster.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/}}
{{ define "main" }}
{{ $n := int .Params.cluster_number }}
{{ $data := site.Data.clusters_v4 }}
{{ $data := hugo.Data.clusters_v4 }}
{{ $cluster := false }}
{{ if $data }}
{{ range $data.clusters }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/clusters/all_clusters.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{/* all_clusters.html - Partial to display all clusters from data */}}
{{ $data := site.Data.clusters_v4 }}
{{ $data := hugo.Data.clusters_v4 }}
{{ if not $data }}
<div class="alert alert-warning">
<strong>Data Error:</strong> clusters_v4.json data not found. Run <code>python3 scripts/parse_clusters_to_sheet.py --export-json</code>.
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/clusters/cluster_section.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{ $featuredEnabled := site.Params.enable_featured_resources }}
{{ $featuredData := false }}
{{ if $featuredEnabled }}
{{ with site.Data.featured_resources }}
{{ with hugo.Data.featured_resources }}
{{ $key := printf "%d" (int $cluster.number) }}
{{ with index .clusters $key }}
{{ $featuredData = . }}
Expand Down Expand Up @@ -71,7 +71,7 @@ <h3 class="acc-label">{{ $sc.name }}</h3>
{{ end }}

{{ if $sc.publications }}
{{ $pubCards := site.Data.pub_cards }}
{{ $pubCards := hugo.Data.pub_cards }}
<div class="fr-cards-list">
{{ range $pi, $pub := $sc.publications }}
{{ $card := false }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/clusters/cluster_seo_jsonld.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

{{ $hubURL := "clusters/" | absURL }}

{{ $webpage := dict "@type" "WebPage" "@id" (printf "%s#webpage" $p.Permalink) "url" $p.Permalink "name" $p.Title "description" $summary "inLanguage" (site.LanguageCode | default "en-US") }}
{{ $webpage := dict "@type" "WebPage" "@id" (printf "%s#webpage" $p.Permalink) "url" $p.Permalink "name" $p.Title "description" $summary "inLanguage" (site.Language.Locale | default "en-US") }}
{{ if and $p.Params.sharing_image_resource ($p.Resources.GetMatch $p.Params.sharing_image_resource) }}
{{ $pimg := $p.Resources.GetMatch $p.Params.sharing_image_resource }}
{{ $webpage = merge $webpage (dict "primaryImageOfPage" (dict "@type" "ImageObject" "url" $pimg.Permalink)) }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/clusters/clusters_controls.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<input type="text" id="clusters-inline-search-input" class="fr-search-input"
placeholder="Search resources..." aria-label="Search clusters and resources" autocomplete="off" spellcheck="false">
</div>
{{ $tags := site.Data.filter_tags }}
{{ $tags := hugo.Data.filter_tags }}
<div class="fr-filter-group">
<span class="fr-filter-label">Focus</span>
<div class="fr-filter-tags" data-filter="focus" id="fr-global-focus-tags">
Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/clusters/featured_global.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
</div>

{{/* Inject featured data, pub card lookup, and focus order as JSON for JS */}}
{{ $featured := site.Data.featured_resources }}
{{ $featured := hugo.Data.featured_resources }}
{{ if $featured }}
<script>window.FORRT_FEATURED = {{ $featured | jsonify | safeJS }};</script>
{{ end }}
{{ $pubCards := site.Data.pub_cards }}
{{ $pubCards := hugo.Data.pub_cards }}
{{ if $pubCards }}
<script>window.FORRT_PUB_CARDS = {{ $pubCards | jsonify | safeJS }};</script>
{{ end }}
{{ $filterTags := site.Data.filter_tags }}
{{ $filterTags := hugo.Data.filter_tags }}
{{ if $filterTags }}
<script>window.FORRT_FOCUS_ORDER = {{ $filterTags.focus | jsonify | safeJS }};</script>
{{ end }}
4 changes: 2 additions & 2 deletions layouts/partials/clusters/seo_jsonld.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{/* Structured data: WebPage + ItemList of all clusters for search engines */}}
{{ $data := site.Data.clusters_v4 }}
{{ $data := hugo.Data.clusters_v4 }}
{{ if not $data }}{{ return }}{{ end }}

{{ $summary := .Params.summary | default .Description | default "" }}
Expand All @@ -22,7 +22,7 @@
{{ $elements = $elements | append $item }}
{{ end }}

{{ $webpage := dict "@type" "WebPage" "@id" (printf "%s#webpage" .Permalink) "url" .Permalink "name" .Title "description" $summary "inLanguage" (site.LanguageCode | default "en-US") }}
{{ $webpage := dict "@type" "WebPage" "@id" (printf "%s#webpage" .Permalink) "url" .Permalink "name" .Title "description" $summary "inLanguage" (site.Language.Locale | default "en-US") }}
{{ if and .Params.sharing_image_resource (.Resources.GetMatch .Params.sharing_image_resource) }}
{{ $pimg := .Resources.GetMatch .Params.sharing_image_resource }}
{{ $webpage = merge $webpage (dict "primaryImageOfPage" (dict "@type" "ImageObject" "url" $pimg.Permalink)) }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/clusters/sidebar_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{{ $featEnabled := site.Params.enable_featured_resources }}
{{ $hasFeat := false }}
{{ if $featEnabled }}
{{ with site.Data.featured_resources }}
{{ with hugo.Data.featured_resources }}
{{ $ck := printf "%d" (int $cluster.number) }}
{{ with index .clusters $ck }}{{ $hasFeat = true }}{{ end }}
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/functions/tags.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{/* Get Publication Types */}}
{{ $cluster_types := slice }}
{{ range site.Data.clusters.types }}
{{ range hugo.Data.clusters.types }}
{{ $cluster_types = $cluster_types | append (i18n . | default "Uncategorized") }}
{{ end }}
{{ return $cluster_types }}
6 changes: 3 additions & 3 deletions layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@
<li class="nav-item dropdown i18n-dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true">
<i class="fas fa-globe mr-1" aria-hidden="true"></i><span class="d-none d-xl-inline">{{ index
site.Data.i18n.languages .Lang }}</span>
hugo.Data.i18n.languages .Lang }}</span>
</a>
<div class="dropdown-menu">
<div class="dropdown-item i18n-active font-weight-bold">
<span>{{ index site.Data.i18n.languages .Lang }}</span>
<span>{{ index hugo.Data.i18n.languages .Lang }}</span>
</div>
{{ range .Translations }}
<a class="dropdown-item" href="{{ .Permalink }}">
<span>{{ index site.Data.i18n.languages .Lang }}</span>
<span>{{ index hugo.Data.i18n.languages .Lang }}</span>
</a>
{{ end }}
</div>
Expand Down
14 changes: 7 additions & 7 deletions layouts/partials/site_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic {{ site.Data.academic.version }}">
<meta name="generator" content="Source Themes Academic {{ hugo.Data.academic.version }}">

{{ range .Resources.Match "htmlwidgets_libs/**/*.js" }}
<script src="{{ .RelPermalink }}"></script>
Expand Down Expand Up @@ -67,11 +67,11 @@
{{ range .Translations }}
<link rel="alternate" hreflang="{{ .Lang }}" href="{{ .Permalink }}">
{{ end }}
<link rel="alternate" hreflang="{{ site.LanguageCode | default "en-us" }}" href="{{ .Permalink }}">
<link rel="alternate" hreflang="{{ site.Language.Locale | default "en-us" }}" href="{{ .Permalink }}">

{{ partial "functions/parse_theme" . }}
{{ $css := site.Data.assets.css }}
{{ $js := site.Data.assets.js }}
{{ $css := hugo.Data.assets.css }}
{{ $js := hugo.Data.assets.js }}
{{ if ne ($scr.Get "primary") "#fff" }}
<meta name="theme-color" content="{{ $scr.Get "primary" }}">
{{ end }}
Expand Down Expand Up @@ -130,7 +130,7 @@
{{ end }}

{{/* Load async scripts. */}}
{{ range $k, $v := site.Data.assets.js }}{{/* TODO: investigate why `where ... "async" true` does not work. */}}
{{ range $k, $v := hugo.Data.assets.js }}{{/* TODO: investigate why `where ... "async" true` does not work. */}}
{{ $load := $v.async }}

{{/* Only load MathJax if required. */}}
Expand Down Expand Up @@ -158,7 +158,7 @@
{{ end }}
{{ end }}

{{ $css_comment := printf "/*!* Source Themes Academic v%s (https://sourcethemes.com/academic/) */\n" site.Data.academic.version }}
{{ $css_comment := printf "/*!* Source Themes Academic v%s (https://sourcethemes.com/academic/) */\n" hugo.Data.academic.version }}
{{ $css_bundle_head := $css_comment | resources.FromString "css/bundle-head.css" }}
{{ $css_options := dict "targetPath" "css/academic.css" }}
{{- if (in (slice (getenv "HUGO_ENV") hugo.Environment) "production") -}}
Expand Down Expand Up @@ -254,7 +254,7 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="{{ $og_image }}">
{{- end -}}
<meta property="og:locale" content="{{ site.LanguageCode | default "en-us" }}">
<meta property="og:locale" content="{{ site.Language.Locale | default "en-us" }}">
{{ if .IsPage }}
{{ if not .PublishDate.IsZero }}
<meta property="article:published_time" content="{{ .PublishDate.Format "2006-01-02T15:04:05-07:00" | safeHTML }}">
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/structured-data/summaries-jsonld.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{- $page := .page -}}
{{- $deiOnly := .deiOnly -}}
{{- $parts := slice -}}
{{- range $s := site.Data.summaries -}}
{{- range $s := hugo.Data.summaries -}}
{{- if or (not $deiOnly) (in $s.Title "⌺") -}}
{{/* Clean the title: drop the ◈ / ⌺ status symbols and any markdown. */}}
{{- $name := trim ($s.Title | replaceRE "[◈⌺]" "" | plainify) " " -}}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/toc.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ $summaries := site.Data.summaries }}
{{ $summaries := hugo.Data.summaries }}

<nav id="TableOfContents" class="nav flex-column">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/toc_dei.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ $summaries := site.Data.summaries }}
{{ $summaries := hugo.Data.summaries }}

<nav id="TableOfContents" class="nav flex-column">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/ga_daily_visitors.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
var dailyData = {{ .Site.Data.ga_data.daily_visitors | jsonify | safeJS }};
var dailyData = {{ hugo.Data.ga_data.daily_visitors | jsonify | safeJS }};
if (dailyData && dailyData.length) {
dailyData.sort((a, b) => new Date(a.date) - new Date(b.date));
dailyData.pop();
Expand Down
4 changes: 2 additions & 2 deletions layouts/shortcodes/ga_daily_visitors_yearly.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!-- layouts/shortcodes/ga_daily_visitors_yearly.html -->
{{ if .Site.Data.ga_data.daily_visitors_yearly }}
{{ if hugo.Data.ga_data.daily_visitors_yearly }}
<h3 id="-by-day-1">&hellip; by day</h3>
<canvas id="visitorsChartYearly" width="400" height="200"></canvas>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
var dailyData = {{ .Site.Data.ga_data.daily_visitors_yearly | jsonify | safeJS }};
var dailyData = {{ hugo.Data.ga_data.daily_visitors_yearly | jsonify | safeJS }};
if (dailyData && dailyData.length) {
dailyData.sort((a, b) => new Date(a.date) - new Date(b.date));
dailyData.pop();
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/ga_map.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}).setView([40, 0], 1.25); // ✅ Adjust as needed

// ✅ Define visitor data from Hugo
var gaRegionsData = {{ .Site.Data.ga_data.regions | jsonify | safeJS }};
var gaRegionsData = {{ hugo.Data.ga_data.regions | jsonify | safeJS }};
var gaRegions = {};
gaRegionsData.forEach(function(entry) {
gaRegions[entry.country] = entry.users;
Expand Down
4 changes: 2 additions & 2 deletions layouts/shortcodes/ga_map_yearly.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if .Site.Data.ga_data.regions_yearly }}
{{ if hugo.Data.ga_data.regions_yearly }}
<h2 id="last-year">Last Year</h2>
<h3 id="-by-country-1">&hellip; by country</h3>
<div id="ga_map_yearly" style="height: 400px; background: #b3d9ff;"></div>
Expand All @@ -24,7 +24,7 @@ <h3 id="-by-country-1">&hellip; by country</h3>
}).setView([40, 0], 1.25);

// Define visitor data from Hugo
var gaRegionsData = {{ .Site.Data.ga_data.regions_yearly | jsonify | safeJS }};
var gaRegionsData = {{ hugo.Data.ga_data.regions_yearly | jsonify | safeJS }};
if (!gaRegionsData) {
document.getElementById('ga_map_yearly').innerHTML = '<div style="display: flex; align-items: center; justify-content: center; height: 100%; color: #666;">Yearly data not available yet</div>';
return;
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/ga_top_pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</tr>
</thead>
<tbody>
{{ range first $limit .Site.Data.ga_data.top_pages }}
{{ range first $limit hugo.Data.ga_data.top_pages }}
<tr>
<td>
{{ with .Site.GetPage .page }}
Expand Down
4 changes: 2 additions & 2 deletions layouts/shortcodes/ga_top_pages_yearly.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- layouts/shortcodes/ga_top_pages_yearly.html -->
{{ if .Site.Data.ga_data.top_pages_yearly }}
{{ if hugo.Data.ga_data.top_pages_yearly }}
<h3 id="-by-destination-1">&hellip; by destination</h3>
{{ $limit := 10 }}
{{ if .Get "limit" }}
Expand All @@ -13,7 +13,7 @@ <h3 id="-by-destination-1">&hellip; by destination</h3>
</tr>
</thead>
<tbody>
{{ range first $limit .Site.Data.ga_data.top_pages_yearly }}
{{ range first $limit hugo.Data.ga_data.top_pages_yearly }}
<tr>
<td>
{{ with .Site.GetPage .page }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/get_involved_projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Source CSV is in scripts/get_involved/projects.csv (mirrors a Google Sheet).
Regenerate with: python scripts/build_get_involved.py
*/}}
{{ $data := index site.Data "get_involved_projects" }}
{{ $data := index hugo.Data "get_involved_projects" }}
{{ $projects := $data.projects }}

<div class="get-involved-projects" style="display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem;">
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/glossary_language_switcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{- end -}}
{{- end -}}
<div class="btn-group flex-wrap text-center">
{{- range $i, $lang := .Site.Data.glossary_languages -}}
{{- range $i, $lang := hugo.Data.glossary_languages -}}
{{- $active := "" -}}
{{- if eq $lang.slug $current -}}{{- $active = " active" -}}{{- end -}}
{{- if $i }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/partner_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{ with (index $clusterAliases $cluster) }}
{{ $clusters = $clusters | append . }}
{{ end }}
{{ $items := where site.Data.partners "cluster" "in" $clusters }}
{{ $items := where hugo.Data.partners "cluster" "in" $clusters }}

{{/* Cluster Map for CSS classes */}}
{{ $clusterMap := dict
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/publication_list.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ $type := .Get "type" }}
{{ $title := .Get "title" }}
{{ $items := where site.Data.publications "type" $type }}
{{ $items := where hugo.Data.publications "type" $type }}

{{/* Centralized Type Map */}}
{{ $typeMap := dict
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/summaries.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ partial "structured-data/summaries-jsonld.html" (dict "page" .Page "deiOnly" false) }}
{{ $summaries := site.Data.summaries }}
{{ $summaries := hugo.Data.summaries }}
{{ range $summaries }}

<h2 id="{{.Id}}">{{ .Title | markdownify }}</h2>
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/summaries_dei.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ partial "structured-data/summaries-jsonld.html" (dict "page" .Page "deiOnly" true) }}
{{ $summaries := site.Data.summaries }}
{{ $summaries := hugo.Data.summaries }}
{{ range $summaries}}
{{ if in .Title "⌺" }}

Expand Down
4 changes: 2 additions & 2 deletions themes/academic/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
{{- $language_code := site.LanguageCode | default "en-us" -}}
<html lang="{{$language_code}}" {{ if in site.Data.i18n.rtl.rtl $language_code }}dir="rtl"{{end}}>
{{- $language_code := site.Language.Locale | default "en-us" -}}
<html lang="{{$language_code}}" {{ if in hugo.Data.i18n.rtl.rtl $language_code }}dir="rtl"{{end}}>

{{ partial "site_head" . }}

Expand Down
2 changes: 1 addition & 1 deletion themes/academic/layouts/_default/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{{ end -}}
<description>{{ .Title | default site.Title }}</description>
<generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator>
{{- with site.LanguageCode }}<language>{{.}}</language>{{end -}}
{{- with site.Language.Locale }}<language>{{.}}</language>{{end -}}
{{- with site.Copyright }}<copyright>{{ replace (replace . "{year}" now.Year) "&copy;" "©" | plainify }}</copyright>{{end -}}
{{- if not .Date.IsZero }}<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end -}}
{{- if .Scratch.Get "og_image" }}
Expand Down
Loading
Loading