File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="{{ page.lang | default: site.lang | default: 'en' }} ">
3
3
{% include head.html %}
4
4
< body class ="site{% if site.animated %} animated fade-in-down{% endif %} ">
5
- {% if site.google_tag_manager %}
6
- < noscript > < iframe src ="https://www.googletagmanager.com/ns.html?id={{ site.google_tag_manager }} "
5
+ {% if site.google_tag_manager %}
6
+ < noscript > < iframe src ="https://www.googletagmanager.com/ns.html?id={{ site.google_tag_manager }} "
7
7
height ="0 " width ="0 " style ="display:none;visibility:hidden "> </ iframe > </ noscript >
8
- {% endif %}
8
+ {% endif %}
9
+ {% if site.facebook_comments %}
10
+ < div id ="fb-root "> </ div >
11
+ < script > ( function ( d , s , id ) {
12
+ var js , fjs = d . getElementsByTagName ( s ) [ 0 ] ;
13
+ if ( d . getElementById ( id ) ) return ;
14
+ js = d . createElement ( s ) ; js . id = id ;
15
+ js . src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5&appId={{ site.facebook_appid }}" ;
16
+ fjs . parentNode . insertBefore ( js , fjs ) ;
17
+ } ( document , 'script' , 'facebook-jssdk' ) ) ; </ script >
18
+ {% endif %}
19
+
9
20
< div class ="site-wrap center ">
10
21
{% include header.html %}
11
22
You can’t perform that action at this time.
0 commit comments