You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/11/07 09:39:33 UTC

[GitHub] [airflow-site] mik-laj commented on a change in pull request #137: Add social icons next to the author's name

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:
users@infra.apache.org


With regards,
Apache Git Services