diff --git a/view/template/content/_postSocialShare.php b/view/template/content/_postSocialShare.php new file mode 100644 index 00000000..42b3f71b --- /dev/null +++ b/view/template/content/_postSocialShare.php @@ -0,0 +1,21 @@ +getRelativeUrl()) ?> +getTitle()) ?> +
+ + + + + + + + + + + + + getContentText(50,true)) ?>" + title="Email a Friend"> + + +
\ No newline at end of file diff --git a/view/template/content/news-post.php b/view/template/content/news-post.php index 16606292..94d21cc9 100644 --- a/view/template/content/news-post.php +++ b/view/template/content/news-post.php @@ -23,6 +23,7 @@ getContentHtml() ?> $post]) ?> + $post]) ?> diff --git a/web/scss/_social.scss b/web/scss/_social.scss new file mode 100644 index 00000000..8bd8a875 --- /dev/null +++ b/web/scss/_social.scss @@ -0,0 +1,9 @@ +.social-share-buttons { + margin: $spacing-vertical auto; + text-align: center; + font-size: $font-size-h4; + a { + text-decoration: none !important; + margin: 0 $spacing-vertical; + } +} \ No newline at end of file diff --git a/web/scss/all.scss b/web/scss/all.scss index 6d8d857c..f6020391 100644 --- a/web/scss/all.scss +++ b/web/scss/all.scss @@ -14,4 +14,5 @@ @import "code"; @import "blog"; @import "bounty"; -@import "roadmap"; \ No newline at end of file +@import "roadmap"; +@import "social"; \ No newline at end of file