Fix microformat

This commit is contained in:
Fundor333
2025-01-17 23:44:28 +01:00
parent bd51d870b8
commit 0d8287e712
3 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ languageCode: en
title: Fundor333
enableRobotsTXT: true
fediverseAccount: "@fundor333@mastodon.social"
ignoreLogs:
- "warning-goldmark-raw-html"
module:
imports:

View File

@@ -3,7 +3,7 @@
<div class="wrapper post">
<main class="page-content" aria-label="Content">
<article>
<article class="h-entry">
<header class="header">
<h1 class="header-title">{{ .Title }}</h1>
{{ $configDateFormat := .Site.Params.dateFormat | default ":date_medium" }}

View File

@@ -26,7 +26,7 @@ gomodule: ## Update Go Module
.PHONY: hydra
hydra: ## Check links
@poetry run python hydra.py http://localhost:1313/ --config ./hydra-config.json
@python hydra.py http://localhost:1313/ --config ./hydra-config.json
.PHONY: syntax
syntax: ## Build the style of the code