mik-laj commented on a change in pull request #137: Add social icons next to 
the author's name
URL: https://github.com/apache/airflow-site/pull/137#discussion_r343554956
 
 

 ##########
 File path: landing-pages/site/layouts/blog/content.html
 ##########
 @@ -29,7 +29,24 @@
         <span class="bodytext__medium--brownish-grey">{{ .Date.Format "Mon, 
Jan 2, 2006" }}</span>
     </div>
     <p class="blogpost-content__metadata--title">{{ .Title }}</p>
-    <p class="blogpost-content__metadata--author">{{ .Params.author }}</p>
+    <p class="blogpost-content__metadata--author">
+        {{ .Params.author }}
+        {{ with .Params.twitter }}
+            <a href="https://twitter.com/{{ . }}/" style="margin-left: 10px">
 
 Review comment:
   Can you remove inline style?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to