pcoet commented on code in PR #21731:
URL: https://github.com/apache/beam/pull/21731#discussion_r899243296
##########
website/www/site/layouts/_default/baseof.html:
##########
@@ -13,7 +13,7 @@
<!DOCTYPE html>
<html lang="{{ .Site.Language.Lang }}" class="no-js">
<head>
- {{ partial "head.html" . }}
+ {{ partial "head_homepage.html" . }}
Review Comment:
I believe this will alter the default template for every page type in the
site. Is that what we want? Could you use an override template for the
homepage, and make this change there?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]