@@ -12,44 +12,14 @@ <h1>{{ page.title }}</h1>
12
12
< h2 > {{ page.subtitle }}</ h2 >
13
13
{% endif %}
14
14
< div class ="byline "> {{ page.date | date: "%B %d, %Y" }}{% if page.author %} · by {{ page.author}}{% endif %} . in {% for category in page.categories %}< span class ="category "> < a href ="/blog/categories.html#{{category}} "> {{ category }}</ a > {% endfor %}</ div >
15
- </ div > <!-- .sticky-header -->
15
+ </ div >
16
16
17
17
< div class ="entry-content ">
18
18
{{ content }}
19
19
</ div >
20
20
21
- < div class ="entry-meta ">
22
- < div class ="share-buttons ">
23
- < span class ="twitter ">
24
- < a href ="https://twitter.com/share " class ="twitter-share-button " data-via ="elixirlang "> Tweet</ a >
25
- < script > ! function ( d , s , id ) { var js , fjs = d . getElementsByTagName ( s ) [ 0 ] ; if ( ! d . getElementById ( id ) ) { js = d . createElement ( s ) ; js . id = id ; js . src = "//platform.twitter.com/widgets.js" ; fjs . parentNode . insertBefore ( js , fjs ) ; } } ( document , "script" , "twitter-wjs" ) ; </ script >
26
- </ span >
27
-
28
- < span class ="google-plus ">
29
- <!-- Place this render call where appropriate -->
30
- < script type ="text/javascript ">
31
- ( function ( ) {
32
- var po = document . createElement ( 'script' ) ; po . type = 'text/javascript' ; po . async = true ;
33
- po . src = 'https://apis.google.com/js/plusone.js' ;
34
- var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( po , s ) ;
35
- } ) ( ) ;
36
- </ script >
37
- < g:plusone size ="medium "> </ g:plusone >
38
- </ span >
39
-
40
- < span class ="facebook ">
41
- < div id ="fb-root "> </ div >
42
- < script > ( function ( d , s , id ) {
43
- var js , fjs = d . getElementsByTagName ( s ) [ 0 ] ;
44
- if ( d . getElementById ( id ) ) return ;
45
- js = d . createElement ( s ) ; js . id = id ;
46
- js . src = "//connect.facebook.net/en_US/all.js#xfbml=1" ;
47
- fjs . parentNode . insertBefore ( js , fjs ) ;
48
- } ( document , 'script' , 'facebook-jssdk' ) ) ; </ script >
49
- < div class ="fb-like " data-send ="false " data-layout ="button_count " data-show-faces ="false "> </ div >
50
- </ span >
51
- </ div >
52
- </ div >
21
+ <!-- <div class="entry-meta">
22
+ </div> -->
53
23
</ div >
54
24
</ div >
55
- </ div > <!-- .hfeed -->
25
+ </ div >
0 commit comments