Fix microformat
This commit is contained in:
@@ -4,6 +4,8 @@ languageCode: en
|
||||
title: Fundor333
|
||||
enableRobotsTXT: true
|
||||
fediverseAccount: "@fundor333@mastodon.social"
|
||||
ignoreLogs:
|
||||
- "warning-goldmark-raw-html"
|
||||
|
||||
module:
|
||||
imports:
|
||||
|
||||
@@ -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" }}
|
||||
|
||||
2
makefile
2
makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user