URI: 
       tpl/tplimpl: Remove the Google News internal template - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 66f94b4945e804f10be0a04d1365bb3c6e1a4c05
   DIR parent c0d15a2897be0bc9f6df2514f5a477b6df1fa0e5
  HTML Author: Joe Mooring <joe.mooring@veriphor.com>
       Date:   Thu, 29 Dec 2022 22:57:15 -0800
       
       tpl/tplimpl: Remove the Google News internal template
       
       This was deprecated, with a warning message, on 21 Nov 2021.
       
       Reference #9190
       
       Diffstat:
         D tpl/tplimpl/embedded/templates/goo… |       6 ------
       
       1 file changed, 0 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/tpl/tplimpl/embedded/templates/google_news.html b/tpl/tplimpl/embedded/templates/google_news.html
       @@ -1,6 +0,0 @@
       -{{- warnf "The google_news internal template will be removed in a future release. Please remove calls to this template. See https://github.com/gohugoio/hugo/issues/9172 for additional information." -}}
       -{{- if .IsPage -}}
       -  {{- with .Params.news_keywords -}}
       -  <meta name="news_keywords" content="{{ range $i, $kw := first 10 . }}{{ if $i }},{{ end }}{{ $kw }}{{ end }}">
       -  {{- end -}}
       -{{- end -}}