· 6 years ago · Dec 13, 2019, 08:42 PM
1<?xml version="1.0" encoding="UTF-8" ?>
2<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
3 <head>
4 <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
5 <b:if cond='data:blog.isMobile'>
6 <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>
7 <b:else/>
8 <meta content='width=1100' name='viewport'/>
9 </b:if>
10 <b:include data='blog' name='all-head-content'/>
11 <title><data:blog.pageTitle/></title>
12 <b:skin><![CDATA[
13 /*
14 body {
15 font: $(body.font);
16 color: $(body.text.color);
17 background: $(body.background);
18 padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread);
19 $(body.background.override) margin: 0;
20 padding: 0;
21 }
22
23 ]]></b:skin>
24 </head>
25 <body>
26 <b:section class='main' id='main' showaddelement='yes'>
27 <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
28 <b:widget-settings>
29 <b:widget-setting name='showDateHeader'>false</b:widget-setting>
30 <b:widget-setting name='style.textcolor'>#000000</b:widget-setting>
31 <b:widget-setting name='showShareButtons'>false</b:widget-setting>
32 <b:widget-setting name='showCommentLink'>true</b:widget-setting>
33 <b:widget-setting name='style.urlcolor'>#008000</b:widget-setting>
34 <b:widget-setting name='showAuthor'>false</b:widget-setting>
35 <b:widget-setting name='disableGooglePlusShare'>true</b:widget-setting>
36 <b:widget-setting name='style.linkcolor'>#0000ff</b:widget-setting>
37 <b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>
38 <b:widget-setting name='style.bgcolor'>#ffffff</b:widget-setting>
39 <b:widget-setting name='showAuthorProfile'>false</b:widget-setting>
40 <b:widget-setting name='style.layout'>1x1</b:widget-setting>
41 <b:widget-setting name='showLabels'>false</b:widget-setting>
42 <b:widget-setting name='showLocation'>false</b:widget-setting>
43 <b:widget-setting name='showTimestamp'>false</b:widget-setting>
44 <b:widget-setting name='postsPerAd'>1</b:widget-setting>
45 <b:widget-setting name='showBacklinks'>false</b:widget-setting>
46 <b:widget-setting name='style.bordercolor'>#ffffff</b:widget-setting>
47 <b:widget-setting name='showInlineAds'>false</b:widget-setting>
48 <b:widget-setting name='showReactions'>false</b:widget-setting>
49 </b:widget-settings>
50 <b:includable id='main' var='top'>
51 <b:if cond='!data:mobile'>
52 <!-- posts -->
53 <div class='blog-posts hfeed'>
54
55 <b:include data='top' name='status-message'/>
56
57 <b:loop values='data:posts' var='post'>
58 <b:if cond='data:post.isDateStart and not data:post.isFirstPost'>
59 </div></div>
60 </b:if>
61 <b:if cond='data:post.isDateStart'>
62 <div class="date-outer">
63 </b:if>
64 <b:if cond='data:post.dateHeader'>
65 <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
66 </b:if>
67 <b:if cond='data:post.isDateStart'>
68 <div class="date-posts">
69 </b:if>
70 <div class='post-outer'>
71 <b:include data='post' name='post'/>
72 <b:include cond='data:blog.pageType in {"static_page","item"}' data='post' name='comment_picker'/>
73 </div>
74
75 <!-- Ad -->
76 <b:if cond='data:post.includeAd'>
77 <div class='inline-ad'>
78 <data:adCode/>
79 </div>
80 </b:if>
81 </b:loop>
82 <b:if cond='data:numPosts != 0'>
83 </div></div>
84 </b:if>
85 </div>
86
87 <!-- navigation -->
88 <b:include name='nextprev'/>
89
90 <!-- feed links -->
91 <b:include name='feedLinks'/>
92
93 <b:else/>
94 <b:include name='mobile-main'/>
95 </b:if>
96
97 <b:include cond='data:top.showPlusOne' name='googlePlusBootstrap'/>
98</b:includable>
99 <b:includable id='backlinkDeleteIcon' var='backlink'>
100 <span expr:class='"item-control " + data:backlink.adminClass'>
101 <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
102 <img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
103 </a>
104 </span>
105</b:includable>
106 <b:includable id='backlinks' var='post'>
107 <a name='links'/><h4><data:post.backlinksLabel/></h4>
108 <b:if cond='data:post.numBacklinks != 0'>
109 <dl class='comments-block' id='comments-block'>
110 <b:loop values='data:post.backlinks' var='backlink'>
111 <div class='collapsed-backlink backlink-control'>
112 <dt class='comment-title'>
113 <span class='backlink-toggle-zippy'> </span>
114 <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
115 <b:include data='backlink' name='backlinkDeleteIcon'/>
116 </dt>
117 <dd class='comment-body collapseable'>
118 <data:backlink.snippet/>
119 </dd>
120 <dd class='comment-footer collapseable'>
121 <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
122 <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
123 </dd>
124 </div>
125 </b:loop>
126 </dl>
127 </b:if>
128 <p class='comment-footer'>
129 <a class='comment-link' expr:href='data:post.createLinkUrl' expr:id='data:widget.instanceId + "_backlinks-create-link"' target='_blank'><data:post.createLinkLabel/></a>
130 </p>
131</b:includable>
132 <b:includable id='comment-form' var='post'>
133 <div class='comment-form'>
134 <a name='comment-form'/>
135 <b:if cond='data:mobile'>
136 <h4 id='comment-post-message'>
137 <a expr:id='data:widget.instanceId + "_comment-editor-toggle-link"' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
138 <p><data:blogCommentMessage/></p>
139 <data:blogTeamBlogMessage/>
140 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
141 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
142 <b:else/>
143 <h4 id='comment-post-message'><data:postCommentMsg/></h4>
144 <p><data:blogCommentMessage/></p>
145 <data:blogTeamBlogMessage/>
146 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
147 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
148 </b:if>
149 <data:post.cmtfpIframe/>
150 <script type='text/javascript'>
151 BLOG_CMT_createIframe('<data:post.appRpcRelayPath/>');
152 </script>
153 </div>
154</b:includable>
155 <b:includable id='commentDeleteIcon' var='comment'>
156 <span expr:class='"item-control " + data:comment.adminClass'>
157 <b:if cond='data:showCmtPopup'>
158 <div class='goog-toggle-button'>
159 <div class='goog-inline-block comment-action-icon'/>
160 </div>
161 <b:else/>
162 <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
163 <img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
164 </a>
165 </b:if>
166 </span>
167</b:includable>
168 <b:includable id='comment_count_picker' var='post'>
169 <b:if cond='data:post.commentSource == 1'>
170 <span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-post-url='data:post.url' expr:data-url='data:post.url.canonical.http'>
171 </span>
172 <b:else/>
173 <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
174 <data:post.commentLabelFull/>:
175 </a>
176 </b:if>
177</b:includable>
178 <b:includable id='comment_picker' var='post'>
179 <b:if cond='data:post.commentSource == 1'>
180 <b:include data='post' name='iframe_comments'/>
181 <b:elseif cond='data:post.showThreadedComments'/>
182 <b:include data='post' name='threaded_comments'/>
183 <b:else/>
184 <b:include data='post' name='comments'/>
185 </b:if>
186</b:includable>
187 <b:includable id='comments' var='post'>
188 <div class='comments' id='comments'>
189 <a name='comments'/>
190 <b:if cond='data:post.allowComments'>
191 <h4><data:post.commentLabelFull/>:</h4>
192
193 <b:if cond='data:post.commentPagingRequired'>
194 <span class='paging-control-container'>
195 <b:if cond='data:post.hasOlderLinks'>
196 <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
197  
198 <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
199  
200 </b:if>
201
202 <data:post.commentRangeText/>
203
204 <b:if cond='data:post.hasNewerLinks'>
205  
206 <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
207  
208 <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
209 </b:if>
210 </span>
211 </b:if>
212
213 <div expr:id='data:widget.instanceId + "_comments-block-wrapper"'>
214 <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
215 <b:loop values='data:post.comments' var='comment'>
216 <dt expr:class='"comment-author " + data:comment.authorClass' expr:id='data:comment.anchorName'>
217 <b:if cond='data:comment.favicon'>
218 <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
219 </b:if>
220 <a expr:name='data:comment.anchorName'/>
221 <b:if cond='data:blog.enabledCommentProfileImages'>
222 <data:comment.authorAvatarImage/>
223 </b:if>
224 <b:if cond='data:comment.authorUrl'>
225 <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
226 <b:else/>
227 <data:comment.author/>
228 </b:if>
229 <data:commentPostedByMsg/>
230 </dt>
231 <dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
232 <b:if cond='data:comment.isDeleted'>
233 <span class='deleted-comment'><data:comment.body/></span>
234 <b:else/>
235 <p>
236 <data:comment.body/>
237 </p>
238 </b:if>
239 </dd>
240 <dd class='comment-footer'>
241 <span class='comment-timestamp'>
242 <a expr:href='data:comment.url' title='comment permalink'>
243 <data:comment.timestamp/>
244 </a>
245 <b:include data='comment' name='commentDeleteIcon'/>
246 </span>
247 </dd>
248 </b:loop>
249 </dl>
250 </div>
251
252 <b:if cond='data:post.commentPagingRequired'>
253 <span class='paging-control-container'>
254 <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
255 <data:post.oldestLinkText/>
256 </a>
257 <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
258 <data:post.olderLinkText/>
259 </a>
260  
261 <data:post.commentRangeText/>
262  
263 <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
264 <data:post.newerLinkText/>
265 </a>
266 <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
267 <data:post.newestLinkText/>
268 </a>
269 </span>
270 </b:if>
271
272 <p class='comment-footer'>
273 <b:if cond='data:post.embedCommentForm'>
274 <b:if cond='data:post.allowNewComments'>
275 <b:include data='post' name='comment-form'/>
276 <b:else/>
277 <data:post.noNewCommentsText/>
278 </b:if>
279 <b:elseif cond='data:post.allowComments'/>
280 <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
281 </b:if>
282 </p>
283 </b:if>
284 <b:if cond='data:showCmtPopup'>
285 <div id='comment-popup'>
286 <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
287 </iframe>
288 </div>
289 </b:if>
290
291 <div id='backlinks-container'>
292 <div expr:id='data:widget.instanceId + "_backlinks-container"'>
293 <b:include cond='data:post.showBacklinks' data='post' name='backlinks'/>
294 </div>
295 </div>
296 </div>
297</b:includable>
298 <b:includable id='feedLinks'>
299 <b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
300 <b:if cond='data:feedLinks'>
301 <div class='blog-feeds'>
302 <b:include data='feedLinks' name='feedLinksBody'/>
303 </div>
304 </b:if>
305
306 <b:else/> <!--Post feed links -->
307 <div class='post-feeds'>
308 <b:loop values='data:posts' var='post'>
309 <b:include cond='data:post.allowComments and data:post.feedLinks' data='post.feedLinks' name='feedLinksBody'/>
310 </b:loop>
311 </div>
312 </b:if>
313</b:includable>
314 <b:includable id='feedLinksBody' var='links'>
315 <div class='feed-links'>
316 <data:feedLinksMsg/>
317 <b:loop values='data:links' var='f'>
318 <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
319 </b:loop>
320 </div>
321</b:includable>
322 <b:includable id='iframe_comments' var='post'>
323
324 <b:if cond='data:post.allowIframeComments'>
325 <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
326 <div class='cmt_iframe_holder' expr:data-href='data:post.url.canonical' expr:data-viewtype='data:post.viewType'/>
327
328 <b:if cond='data:post.embedCommentForm == "false"'>
329 <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
330 </b:if>
331 </b:if>
332</b:includable>
333 <b:includable id='mobile-index-post' var='post'>
334 <div class='mobile-date-outer date-outer'>
335 <b:if cond='data:post.dateHeader'>
336 <div class='date-header'>
337 <span><data:post.dateHeader/></span>
338 </div>
339 </b:if>
340
341 <div class='mobile-post-outer'>
342 <a expr:href='data:post.url'>
343 <h3 class='mobile-index-title entry-title' itemprop='name'>
344 <data:post.title/>
345 </h3>
346
347 <div class='mobile-index-arrow'>&rsaquo;</div>
348
349 <div class='mobile-index-contents'>
350 <b:if cond='data:post.thumbnailUrl'>
351 <div class='mobile-index-thumbnail'>
352 <div class='Image'>
353 <img expr:src='data:post.thumbnailUrl'/>
354 </div>
355 </div>
356 </b:if>
357
358 <div class='post-body'>
359 <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
360 </div>
361 </div>
362
363 <div style='clear: both;'/>
364 </a>
365
366 <div class='mobile-index-comment'>
367 <b:include cond='data:blog.pageType != "static_page" and data:post.allowComments and data:post.numComments != 0' data='post' name='comment_count_picker'/>
368 </div>
369 </div>
370 </div>
371</b:includable>
372 <b:includable id='mobile-main' var='top'>
373 <!-- posts -->
374 <div class='blog-posts hfeed'>
375
376 <b:include data='top' name='status-message'/>
377
378 <b:if cond='data:blog.pageType == "index"'>
379 <b:loop values='data:posts' var='post'>
380 <b:include data='post' name='mobile-index-post'/>
381 </b:loop>
382 <b:else/>
383 <b:loop values='data:posts' var='post'>
384 <b:include data='post' name='mobile-post'/>
385 </b:loop>
386 </b:if>
387 </div>
388
389 <b:include name='mobile-nextprev'/>
390</b:includable>
391 <b:includable id='mobile-nextprev'>
392 <div class='blog-pager' id='blog-pager'>
393 <b:if cond='data:newerPageUrl'>
394 <div class='mobile-link-button' id='blog-pager-newer-link'>
395 <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'>&lsaquo;</a>
396 </div>
397 </b:if>
398
399 <b:if cond='data:olderPageUrl'>
400 <div class='mobile-link-button' id='blog-pager-older-link'>
401 <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'>&rsaquo;</a>
402 </div>
403 </b:if>
404
405 <div class='mobile-link-button' id='blog-pager-home-link'>
406 <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
407 </div>
408
409 <div class='mobile-desktop-link'>
410 <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
411 </div>
412
413 </div>
414 <div class='clear'/>
415</b:includable>
416 <b:includable id='mobile-post' var='post'>
417 <div class='date-outer'>
418 <b:if cond='data:post.dateHeader'>
419 <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
420 </b:if>
421 <div class='date-posts'>
422 <div class='post-outer'>
423
424 <div class='post hentry uncustomized-post-template' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
425 <b:if cond='data:post.thumbnailUrl'>
426 <meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/>
427 </b:if>
428 <meta expr:content='data:blog.blogId' itemprop='blogId'/>
429 <meta expr:content='data:post.id' itemprop='postId'/>
430
431 <a expr:name='data:post.id'/>
432 <b:if cond='data:post.title'>
433 <h3 class='post-title entry-title' itemprop='name'>
434 <b:if cond='data:post.link'>
435 <a expr:href='data:post.link'><data:post.title/></a>
436 <b:elseif cond='data:post.url and data:blog.url != data:post.url'/>
437 <a expr:href='data:post.url'><data:post.title/></a>
438 <b:else/>
439 <data:post.title/>
440 </b:if>
441 </h3>
442 </b:if>
443
444 <div class='post-header'>
445 <div class='post-header-line-1'/>
446 </div>
447
448 <div class='post-body entry-content' expr:id='"post-body-" + data:post.id' itemprop='articleBody'>
449 <data:post.body/>
450 <div style='clear: both;'/> <!-- clear for photos floats -->
451 </div>
452
453 <div class='post-footer'>
454 <div class='post-footer-line post-footer-line-1'>
455 <span class='post-author vcard'>
456 <b:if cond='data:top.showAuthor'>
457 <b:if cond='data:post.authorProfileUrl'>
458 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
459 <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
460 <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
461 <span itemprop='name'><data:post.author/></span>
462 </a>
463 </span>
464 <b:else/>
465 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
466 <span itemprop='name'><data:post.author/></span>
467 </span>
468 </b:if>
469 </b:if>
470 </span>
471
472 <span class='post-timestamp'>
473 <b:if cond='data:top.showTimestamp'>
474 <data:top.timestampLabel/>
475 <b:if cond='data:post.url'>
476 <meta expr:content='data:post.url.canonical' itemprop='url'/>
477 <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
478 </b:if>
479 </b:if>
480 </span>
481
482 <span class='post-comment-link'>
483 <b:include cond='data:blog.pageType not in {"item","static_page"} and data:post.allowComments' data='post' name='comment_count_picker'/>
484 </span>
485 </div>
486
487 <div class='post-footer-line post-footer-line-2'>
488 <b:if cond='data:top.showMobileShare'>
489 <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
490 <a href='javascript:void(0);'><data:shareMsg/></a>
491 </div>
492 </b:if>
493 <b:if cond='data:top.showDummy'>
494 <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
495 </b:if>
496 </div>
497
498 </div>
499 </div>
500
501 <b:include cond='data:blog.pageType in {"static_page","item"}' data='post' name='comment_picker'/>
502 </div>
503 </div>
504 </div>
505</b:includable>
506 <b:includable id='nextprev'>
507 <div class='blog-pager' id='blog-pager'>
508 <b:if cond='data:newerPageUrl'>
509 <span id='blog-pager-newer-link'>
510 <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
511 </span>
512 </b:if>
513
514 <b:if cond='data:olderPageUrl'>
515 <span id='blog-pager-older-link'>
516 <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
517 </span>
518 </b:if>
519
520 <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
521
522 <b:if cond='data:mobileLinkUrl'>
523 <div class='blog-mobile-link'>
524 <a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
525 </div>
526 </b:if>
527
528 </div>
529 <div class='clear'/>
530</b:includable>
531 <b:includable id='post' var='post'>
532 <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
533 <b:if cond='data:post.firstImageUrl'>
534 <meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>
535 </b:if>
536 <meta expr:content='data:blog.blogId' itemprop='blogId'/>
537 <meta expr:content='data:post.id' itemprop='postId'/>
538
539 <a expr:name='data:post.id'/>
540 <b:if cond='data:post.title'>
541 <h3 class='post-title entry-title' itemprop='name'>
542 <b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'>
543 <a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a>
544 <b:else/>
545 <data:post.title/>
546 </b:if>
547 </h3>
548 </b:if>
549
550 <div class='post-header'>
551 <div class='post-header-line-1'/>
552 </div>
553
554 <!-- Then use the post body as the schema.org description, for good G+/FB snippeting. -->
555 <div class='post-body entry-content' expr:id='"post-body-" + data:post.id' expr:itemprop='(data:blog.metaDescription ? "" : "description ") + "articleBody"'>
556 <data:post.body/>
557 <div style='clear: both;'/> <!-- clear for photos floats -->
558 </div>
559
560 <b:if cond='data:post.hasJumpLink'>
561 <div class='jump-link'>
562 <a expr:href='data:post.url + "#more"' expr:title='data:post.title'><data:post.jumpText/></a>
563 </div>
564 </b:if>
565
566 <div class='post-footer'>
567 <div class='post-footer-line post-footer-line-1'>
568 <span class='post-author vcard'>
569 <b:if cond='data:top.showAuthor'>
570 <data:top.authorLabel/>
571 <b:if cond='data:post.authorProfileUrl'>
572 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
573 <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
574 <a class='g-profile' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
575 <span itemprop='name'><data:post.author/></span>
576 </a>
577 </span>
578 <b:else/>
579 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
580 <span itemprop='name'><data:post.author/></span>
581 </span>
582 </b:if>
583 </b:if>
584 </span>
585
586 <span class='post-timestamp'>
587 <b:if cond='data:top.showTimestamp'>
588 <data:top.timestampLabel/>
589 <b:if cond='data:post.url'>
590 <meta expr:content='data:post.url.canonical' itemprop='url'/>
591 <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
592 </b:if>
593 </b:if>
594 </span>
595
596 <span class='reaction-buttons'>
597 <b:if cond='data:top.showReactions'>
598 <table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>
599 <td class='reactions-label-cell' nowrap='nowrap' valign='top' width='1%'>
600 <span class='reactions-label'>
601 <data:top.reactionsLabel/></span> </td>
602 <td><iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/></td>
603 </tr></table>
604 </b:if>
605 </span>
606
607 <span class='post-comment-link'>
608 <b:include cond='data:blog.pageType not in {"item","static_page"} and data:post.allowComments' data='post' name='comment_count_picker'/>
609 </span>
610
611 <!-- backlinks -->
612 <span class='post-backlinks post-comment-link'>
613 <b:if cond='data:blog.pageType not in {"item","static_page"} and data:post.showBacklinks'>
614 <a class='comment-link' expr:href='data:post.url + "#links"'><data:top.backlinkLabel/></a>
615 </b:if>
616 </span>
617
618 <span class='post-icons'>
619 <!-- email post links -->
620 <b:if cond='data:post.emailPostUrl'>
621 <span class='item-action'>
622 <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
623 <img alt='' class='icon-action' height='13' src='https://resources.blogblog.com/img/icon18_email.gif' width='18'/>
624 </a>
625 </span>
626 </b:if>
627
628 <!-- quickedit pencil -->
629 <b:include data='post' name='postQuickEdit'/>
630 </span>
631
632 <!-- share buttons -->
633 <div class='post-share-buttons goog-inline-block'>
634 <b:include cond='data:post.sharePostUrl' data='post' name='shareButtons'/>
635 </div>
636
637 </div>
638
639 <div class='post-footer-line post-footer-line-2'>
640 <span class='post-labels'>
641 <b:if cond='data:top.showPostLabels and data:post.labels'>
642 <data:postLabelsLabel/>
643 <b:loop values='data:post.labels' var='label'>
644 <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='not data:label.isLast'>,</b:if>
645 </b:loop>
646 </b:if>
647 </span>
648 </div>
649
650 <div class='post-footer-line post-footer-line-3'>
651 <span class='post-location'>
652 <b:if cond='data:top.showLocation and data:post.location'>
653 <data:postLocationLabel/>
654 <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
655 </b:if>
656 </span>
657 </div>
658 <b:if cond='data:post.authorAboutMe'>
659 <div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
660 <b:if cond='data:post.authorPhoto.url'>
661 <img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>
662 </b:if>
663 <div>
664 <a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
665 <span itemprop='name'><data:post.author/></span>
666 </a>
667 </div>
668 <span itemprop='description'><data:post.authorAboutMe/></span>
669 </div>
670 </b:if>
671 </div>
672 </div>
673</b:includable>
674 <b:includable id='postQuickEdit' var='post'>
675 <b:if cond='data:post.editUrl'>
676 <span expr:class='"item-control " + data:post.adminClass'>
677 <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
678 <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
679 </a>
680 </span>
681 </b:if>
682</b:includable>
683 <b:includable id='shareButtons' var='post'>
684 <b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + "&target=email"' expr:title='data:top.emailThisMsg' target='_blank'><span class='share-button-link-text'><data:top.emailThisMsg/></span></a></b:if><b:if cond='data:top.showBlogThisButton'><a class='goog-inline-block share-button sb-blog' expr:href='data:post.sharePostUrl + "&target=blog"' expr:onclick='"window.open(this.href, \"_blank\", \"height=270,width=475\"); return false;"' expr:title='data:top.blogThisMsg' target='_blank'><span class='share-button-link-text'><data:top.blogThisMsg/></span></a></b:if><b:if cond='data:top.showTwitterButton'><a class='goog-inline-block share-button sb-twitter' expr:href='data:post.sharePostUrl + "&target=twitter"' expr:title='data:top.shareToTwitterMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a></b:if><b:if cond='data:top.showFacebookButton'><a class='goog-inline-block share-button sb-facebook' expr:href='data:post.sharePostUrl + "&target=facebook"' expr:onclick='"window.open(this.href, \"_blank\", \"height=430,width=640\"); return false;"' expr:title='data:top.shareToFacebookMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if cond='data:top.showPinterestButton'><a class='goog-inline-block share-button sb-pinterest' expr:href='data:post.sharePostUrl + "&target=pinterest"' expr:title='data:top.shareToPinterestMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToPinterestMsg/></span></a></b:if><b:if cond='data:top.showPlusOne'><div class='goog-inline-block google-plus-share-container'><data:post.googlePlusShareTag/></div></b:if>
685</b:includable>
686 <b:includable id='status-message'>
687 <b:if cond='data:navMessage'>
688 <div class='status-msg-wrap'>
689 <div class='status-msg-body'>
690 <data:navMessage/>
691 </div>
692 <div class='status-msg-border'>
693 <div class='status-msg-bg'>
694 <div class='status-msg-hidden'><data:navMessage/></div>
695 </div>
696 </div>
697 </div>
698 <div style='clear: both;'/>
699 </b:if>
700</b:includable>
701 <b:includable id='threaded-comment-form' var='post'>
702 <div class='comment-form'>
703 <a name='comment-form'/>
704 <b:if cond='data:mobile'>
705 <p><data:blogCommentMessage/></p>
706 <data:blogTeamBlogMessage/>
707 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
708 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
709 <b:else/>
710 <p><data:blogCommentMessage/></p>
711 <data:blogTeamBlogMessage/>
712 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
713 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
714 </b:if>
715 <data:post.cmtfpIframe/>
716 <script type='text/javascript'>
717 BLOG_CMT_createIframe('<data:post.appRpcRelayPath/>');
718 </script>
719 </div>
720</b:includable>
721 <b:includable id='threaded_comment_js' var='post'>
722 <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
723
724 <script type='text/javascript'>
725 (function() {
726 var items = <data:post.commentJso/>;
727 var msgs = <data:post.commentMsgs/>;
728 var config = <data:post.commentConfig/>;
729
730// <![CDATA[
731 var cursor = null;
732 if (items && items.length > 0) {
733 cursor = parseInt(items[items.length - 1].timestamp) + 1;
734 }
735
736 var bodyFromEntry = function(entry) {
737 var text = (entry &&
738 ((entry.content && entry.content.$t) ||
739 (entry.summary && entry.summary.$t))) ||
740 '';
741 if (entry && entry.gd$extendedProperty) {
742 for (var k in entry.gd$extendedProperty) {
743 if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
744 return '<span class="deleted-comment">' + text + '</span>';
745 }
746 }
747 }
748 return text;
749 }
750
751 var parse = function(data) {
752 cursor = null;
753 var comments = [];
754 if (data && data.feed && data.feed.entry) {
755 for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
756 var comment = {};
757 // comment ID, parsed out of the original id format
758 var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
759 comment.id = id ? id[2] : null;
760 comment.body = bodyFromEntry(entry);
761 comment.timestamp = Date.parse(entry.published.$t) + '';
762 if (entry.author && entry.author.constructor === Array) {
763 var auth = entry.author[0];
764 if (auth) {
765 comment.author = {
766 name: (auth.name ? auth.name.$t : undefined),
767 profileUrl: (auth.uri ? auth.uri.$t : undefined),
768 avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
769 };
770 }
771 }
772 if (entry.link) {
773 if (entry.link[2]) {
774 comment.link = comment.permalink = entry.link[2].href;
775 }
776 if (entry.link[3]) {
777 var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
778 if (pid && pid[1]) {
779 comment.parentId = pid[1];
780 }
781 }
782 }
783 comment.deleteclass = 'item-control blog-admin';
784 if (entry.gd$extendedProperty) {
785 for (var k in entry.gd$extendedProperty) {
786 if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
787 comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
788 } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') {
789 comment.displayTime = entry.gd$extendedProperty[k].value;
790 }
791 }
792 }
793 comments.push(comment);
794 }
795 }
796 return comments;
797 };
798
799 var paginator = function(callback) {
800 if (hasMore()) {
801 var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
802 if (cursor) {
803 url += '&published-min=' + new Date(cursor).toISOString();
804 }
805 window.bloggercomments = function(data) {
806 var parsed = parse(data);
807 cursor = parsed.length < 50 ? null
808 : parseInt(parsed[parsed.length - 1].timestamp) + 1
809 callback(parsed);
810 window.bloggercomments = null;
811 }
812 url += '&callback=bloggercomments';
813 var script = document.createElement('script');
814 script.type = 'text/javascript';
815 script.src = url;
816 document.getElementsByTagName('head')[0].appendChild(script);
817 }
818 };
819 var hasMore = function() {
820 return !!cursor;
821 };
822 var getMeta = function(key, comment) {
823 if ('iswriter' == key) {
824 var matches = !!comment.author
825 && comment.author.name == config.authorName
826 && comment.author.profileUrl == config.authorUrl;
827 return matches ? 'true' : '';
828 } else if ('deletelink' == key) {
829 return config.baseUri + '/delete-comment.g?blogID='
830 + config.blogId + '&postID=' + comment.id;
831 } else if ('deleteclass' == key) {
832 return comment.deleteclass;
833 }
834 return '';
835 };
836
837 var replybox = null;
838 var replyUrlParts = null;
839 var replyParent = undefined;
840
841 var onReply = function(commentId, domId) {
842 if (replybox == null) {
843 // lazily cache replybox, and adjust to suit this style:
844 replybox = document.getElementById('comment-editor');
845 if (replybox != null) {
846 replybox.height = '250px';
847 replybox.style.display = 'block';
848 replyUrlParts = replybox.src.split('#');
849 }
850 }
851 if (replybox && (commentId !== replyParent)) {
852 replybox.src = '';
853 document.getElementById(domId).insertBefore(replybox, null);
854 replybox.src = replyUrlParts[0]
855 + (commentId ? '&parentID=' + commentId : '')
856 + '#' + replyUrlParts[1];
857 replyParent = commentId;
858 }
859 };
860
861 var hash = (window.location.hash || '#').substring(1);
862 var startThread, targetComment;
863 if (/^comment-form_/.test(hash)) {
864 startThread = hash.substring('comment-form_'.length);
865 } else if (/^c[0-9]+$/.test(hash)) {
866 targetComment = hash.substring(1);
867 }
868
869 // Configure commenting API:
870 var configJso = {
871 'maxDepth': config.maxThreadDepth
872 };
873 var provider = {
874 'id': config.postId,
875 'data': items,
876 'loadNext': paginator,
877 'hasMore': hasMore,
878 'getMeta': getMeta,
879 'onReply': onReply,
880 'rendered': true,
881 'initComment': targetComment,
882 'initReplyThread': startThread,
883 'config': configJso,
884 'messages': msgs
885 };
886
887 var render = function() {
888 if (window.goog && window.goog.comments) {
889 var holder = document.getElementById('comment-holder');
890 window.goog.comments.render(holder, provider);
891 }
892 };
893
894 // render now, or queue to render when library loads:
895 if (window.goog && window.goog.comments) {
896 render();
897 } else {
898 window.goog = window.goog || {};
899 window.goog.comments = window.goog.comments || {};
900 window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
901 window.goog.comments.loadQueue.push(render);
902 }
903 })();
904// ]]>
905 </script>
906</b:includable>
907 <b:includable id='threaded_comments' var='post'>
908 <div class='comments' id='comments'>
909 <a name='comments'/>
910 <h4><data:post.commentLabelFull/>:</h4>
911
912 <div class='comments-content'>
913 <b:include cond='data:post.embedCommentForm' data='post' name='threaded_comment_js'/>
914 <div id='comment-holder'>
915 <data:post.commentHtml/>
916 </div>
917 </div>
918
919 <p class='comment-footer'>
920 <b:if cond='data:post.allowNewComments'>
921 <b:include data='post' name='threaded-comment-form'/>
922 <b:else/>
923 <data:post.noNewCommentsText/>
924 </b:if>
925 </p>
926
927 <b:if cond='data:showCmtPopup'>
928 <div id='comment-popup'>
929 <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
930 </iframe>
931 </div>
932 </b:if>
933
934 <div id='backlinks-container'>
935 <div expr:id='data:widget.instanceId + "_backlinks-container"'>
936 <b:include cond='data:post.showBacklinks' data='post' name='backlinks'/>
937 </div>
938 </div>
939 </div>
940</b:includable>
941 </b:widget>
942 </b:section>
943 <center><a href='https://reddflix.com'>Powered By Reddflix</a></center>
944 </body>
945</html>