bullet03 commented on code in PR #17557:
URL: https://github.com/apache/beam/pull/17557#discussion_r866498147


##########
website/www/site/layouts/index.html:
##########
@@ -209,16 +209,24 @@ <h2 class="calendar-title">
       {{ T "home-quotes-title" }}
     </div>
 
-    <div class="quotes-desktop swiper">
-      <div class="swiper-wrapper">
-        {{ $data := index $.Site.Data .Site.Language.Lang }}
-        {{ range $quote := $data.quotes }}
-        <div class="swiper-slide">
-          {{ partial "quotes/quote.html" (dict "icon" $quote.icon "text" 
$quote.text  "logoUrl" $quote.logoUrl "linkUrl" $quote.linkUrl "linkText" 
$quote.linkText) }}
+    <div class="swiper-container">
+      <div class="swiper-button-prev-custom">
+        <img src="/images/swiper-button-prev.png" alt="previous button">
+      </div>
+      <div class="quotes-desktop swiper">
+        <div class="swiper-wrapper">
+          {{ $data := index $.Site.Data .Site.Language.Lang }}
+          {{ range $quote := $data.quotes }}
+          <div class="swiper-slide">
+            {{ partial "quotes/quote.html" (dict "icon" $quote.icon "text" 
$quote.text  "logoUrl" $quote.logoUrl "linkUrl" $quote.linkUrl "linkText" 
$quote.linkText) }}

Review Comment:
   tried to put attributes on different lines, but since it's hugo code doesn't 
work correctly



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to