Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mstksg/blog
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Jun 24, 2016
2 parents b4d860d + c31388c commit db8d8af
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 33 deletions.
24 changes: 0 additions & 24 deletions config/compass.rb

This file was deleted.

2 changes: 1 addition & 1 deletion config/site-data.yaml
Expand Up @@ -10,7 +10,7 @@ author:
name: Justin Le
email: justin@jle.im
rel: https://plus.google.com/107705320197444500140
facebook: mstksg
# facebook: mstksg
twitter: mstk
gplus: +JustinLe
github: mstksg
Expand Down
1 change: 0 additions & 1 deletion src/Blog/Types.hs
Expand Up @@ -84,7 +84,6 @@ data AuthorInfo = AuthorInfo
{ authorName :: T.Text
, authorEmail :: T.Text
, authorRel :: T.Text
, authorFacebook :: T.Text
, authorTwitter :: T.Text
, authorGPlus :: T.Text
, authorGithub :: T.Text
Expand Down
7 changes: 0 additions & 7 deletions src/Blog/View/Social.hs
Expand Up @@ -55,12 +55,6 @@ viewSocialFollow =
H.ul ! A.class_ "social-follows-list" $ do
H.li $
H.ul ! A.class_ "social-follows-list-social" $ do
H.li $
H.a
! A.class_ "social-follow-facebook"
! A.title "Friend me on Facebook!"
! A.href (H.textValue facebookUrl) $
"Facebook"
H.li $
H.a
! A.class_ "social-follow-twitter"
Expand Down Expand Up @@ -121,7 +115,6 @@ viewSocialFollow =
, " 'width=550,height=520');"
, "return false;" ]
socialUrl base field = T.append base . field $ confAuthorInfo
facebookUrl = socialUrl "https://facebook.com/" authorFacebook
twitterUrl = socialUrl "https://twitter.com/intent/user?user_id=" authorTwitter
gPlusUrl = socialUrl "https://plus.google.com/" authorGPlus
linkedInUrl = socialUrl "https://linkedin.com/in/" authorLinkedIn
Expand Down

0 comments on commit db8d8af

Please sign in to comment.