bullet03 commented on code in PR #21731:
URL: https://github.com/apache/beam/pull/21731#discussion_r900256005
##########
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:
Yeah, thank you for the good point, after consultation on hugo forum came
with another approach.
https://discourse.gohugo.io/t/add-different-head-html-to-homepage/39133
The commiter to hugo suggest using `if else` statement to choose between
head and head_homepage, but i can also create `baseof.html` in
layouts/baseof.html folder. Which one would you reccomend?
--
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]