pcoet commented on code in PR #21731:
URL: https://github.com/apache/beam/pull/21731#discussion_r900461366
##########
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:
It's your call. I don't think we want to have a lot of if/else logic in the
templates. That gets unwieldy. But if it's just one statement, you could do it
either way.
--
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]