mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-19 17:13:02 -04:00
📝 Update changelog
This commit is contained in:
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Warning when building if links to markdown files cannot be resolved ([#691](https://github.com/jpanther/congo/pull/691))
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- Fathom Analytics custom domain parameter as this is no longer supported by Fathom
|
- Fathom Analytics custom domain parameter as this is no longer supported by Fathom
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
{{ $link = printf "%s%s" .RelPermalink $fragment }}
|
{{ $link = printf "%s%s" .RelPermalink $fragment }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{- if hasSuffix $url.Path ".md" }}
|
{{- if hasSuffix $url.Path ".md" }}
|
||||||
{{ warnf "Can't resolve: %s" .Destination }}
|
{{ warnf "[CONGO] Can't resolve: %s" .Destination }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user