forked from jekyllt/jasper2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
938 lines (518 loc) · 35.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
<!DOCTYPE html>
<html>
<head>
<!-- Document Settings -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Base Meta -->
<!-- dynamically fixing the title for tag/author pages -->
<title>Search Marketing Topics And Optimization | Under The Seo</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- This tag outputs SEO meta+structured data and other important settings -->
<meta name="description" content="Search Marketing Topics And Optimization" />
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png" />
<!-- Styles'n'Scripts -->
<link rel="stylesheet" type="text/css" href="assets/built/screen.css" />
<link rel="stylesheet" type="text/css" href="assets/built/screen.edited.css" />
<!-- highlight.js -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/default.min.css">
<style>.hljs { background: none; }</style>
<!--<link rel="canonical" href="/jasper2/" />-->
<meta name="referrer" content="no-referrer-when-downgrade" />
<!--title below is coming from _includes/dynamic_title-->
<!--
<meta property="og:site_name" content="Under The Seo" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Under The Seo" />
<meta property="og:description" content="Search Marketing Topics And Optimization" />
<meta property="og:url" content="" />
<meta property="og:image" content="assets/images/blog-cover.jpg" />
<meta property="article:publisher" content="https://www.facebook.com/ghost" />
-->
<!--
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Ghost" />
<meta name="twitter:description" content="The professional publishing platform" />
<meta name="twitter:url" content="/jasper2/" />
<meta name="twitter:image" content="assets/images/blog-cover.jpg" />
<meta name="twitter:label1" content="Written by" />
<meta name="twitter:data1" content="Ghost" />
<meta name="twitter:site" content="@tryghost" />
<meta name="twitter:creator" content="@tryghost" />
<meta property="og:image:width" content="2000" />
<meta property="og:image:height" content="666" />
-->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": {
"@type": "Organization",
"name": "Under The Seo",
"logo": "assets/images/blog-icon.png"
},
"url": "",
"image": {
"@type": "ImageObject",
"url": "assets/images/blog-cover.jpg",
"width": 2000,
"height": 666
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": ""
},
"description": "Search Marketing Topics And Optimization"
}
</script>
<!-- <script type="text/javascript" src="https://demo.ghost.io/public/ghost-sdk.min.js?v=724281a32e"></script>
<script type="text/javascript">
ghost.init({
clientId: "ghost-frontend",
clientSecret: "f84a07a72b17"
});
</script> -->
<meta name="generator" content="Jekyll 3.6.2" />
<link rel="alternate" type="application/rss+xml" title="Ghost" href="feed.xml" />
</head>
<body class="home-template">
<div class="site-wrapper">
<!-- All the main content gets inserted here, index.hbs, post.hbs, etc -->
<!-- < default -->
<!-- The tag above means: insert everything in this file
into the {body} of the default.hbs template -->
<!-- The big featured header, it uses blog cover image as a BG if available -->
<header class="site-header outer " style="background-image: url(assets/images/blog-cover.jpg) ">
<div class="inner">
<div class="site-header-content">
<h1 class="site-title">
<!--<img class="site-logo" src="assets/images/blog-icon.png" alt="Under The Seo Logo"/>-->
Under The Seo
</h1>
<h2 class="site-description">Search Marketing Topics And Optimization</h2>
</div>
<nav class="site-nav">
<div class="site-nav-left">
<ul class="nav" role="menu">
<li class="nav-home" role="menuitem"><a href="">Home</a></li>
<!--<li class="nav-about" role="menuitem"><a href="/about/">About</a></li>-->
</ul>
</div>
<div class="site-nav-right">
<!--<div class="social-links">
<a class="social-link social-link-fb" href="https://facebook.com/ghost" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M19 6h5V0h-5c-3.86 0-7 3.14-7 7v3H8v6h4v16h6V16h5l1-6h-6V7c0-.542.458-1 1-1z"/></svg>
</a>
<a class="social-link social-link-tw" href="https://twitter.com/tryghost" target="_blank" rel="noopener"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M30.063 7.313c-.813 1.125-1.75 2.125-2.875 2.938v.75c0 1.563-.188 3.125-.688 4.625a15.088 15.088 0 0 1-2.063 4.438c-.875 1.438-2 2.688-3.25 3.813a15.015 15.015 0 0 1-4.625 2.563c-1.813.688-3.75 1-5.75 1-3.25 0-6.188-.875-8.875-2.625.438.063.875.125 1.375.125 2.688 0 5.063-.875 7.188-2.5-1.25 0-2.375-.375-3.375-1.125s-1.688-1.688-2.063-2.875c.438.063.813.125 1.125.125.5 0 1-.063 1.5-.25-1.313-.25-2.438-.938-3.313-1.938a5.673 5.673 0 0 1-1.313-3.688v-.063c.813.438 1.688.688 2.625.688a5.228 5.228 0 0 1-1.875-2c-.5-.875-.688-1.813-.688-2.75 0-1.063.25-2.063.75-2.938 1.438 1.75 3.188 3.188 5.25 4.25s4.313 1.688 6.688 1.813a5.579 5.579 0 0 1 1.5-5.438c1.125-1.125 2.5-1.688 4.125-1.688s3.063.625 4.188 1.813a11.48 11.48 0 0 0 3.688-1.375c-.438 1.375-1.313 2.438-2.563 3.188 1.125-.125 2.188-.438 3.313-.875z"/></svg>
</a>
</div>-->
<a class="subscribe-button" href="#subscribe">Subscribe</a>
</div>
</nav>
</div>
</header>
<!-- The main content area -->
<main id="site-main" class="site-main outer" role="main">
<div class="inner">
<div class="post-feed">
<!-- The tag below includes the markup for each post - partials/post-card.hbs -->
<article class="post-card home-template">
<a class="post-card-image-link" href="/welcome">
<div class="post-card-image" style="background-image: url(assets/images/welcome.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/welcome">
<header class="post-card-header">
<span class="post-card-tags">Getting started</span>
<h2 class="post-card-title">Welcome to Under The Seo</h2>
</header>
<section class="post-card-excerpt">
<p>You’re probably here because you want to learn more about search marketing topics. Lucky for you this is just the blog!</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/ghost.png" alt="Under The Seo" />
<span class="post-card-author">
<a href="/author/ghost/">Under The Seo</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/what-is-search-marketing">
<div class="post-card-image" style="background-image: url(assets/images/writing.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/what-is-search-marketing">
<header class="post-card-header">
<span class="post-card-tags">Search Marketing Optimization</span>
<h2 class="post-card-title">What is Search Marketing Optimization?</h2>
</header>
<section class="post-card-excerpt">
<p>New to search marketing topics and optimization? Here is a simplified explanation on search engine optimization to get you started on your journey.</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/ghost.png" alt="Ghost" />
<span class="post-card-author">
<a href="/author/ghost/">Under The Seo</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/top-digital-marketing-colleges">
<div class="post-card-image" style="background-image: url(assets/images/tags.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/top-digital-marketing-colleges">
<header class="post-card-header">
<span class="post-card-tags">Education</span>
<h2 class="post-card-title">Colleges With Digital Marketing Major</h2>
</header>
<section class="post-card-excerpt">
<p>Considering a career in digital marketing? Wondering where you can obtain a degree that will land your the job of your dreams? Check out this list of top colleges that offer digital marketing related degrees</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/ghost.png" alt="Ghost" />
<span class="post-card-author">
<a href="/author/ghost/">Under The Seo</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/writing-a-SEO-blog-post">
<div class="post-card-image" style="background-image: url(assets/images/handwriting.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/writing-a-SEO-blog-post">
<header class="post-card-header">
<span class="post-card-tags">Under The SEO</span>
<h2 class="post-card-title">Writing a Search Engine Optimized Blog Post</h2>
</header>
<section class="post-card-excerpt">
<p>So you want to start a blog but have no idea what goes into writing search engine optimized blog posts. Under The Seo is here to help!</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/ghost.png" alt="Under The Seo" />
<span class="post-card-author">
<a href="/author/ghost/">Under The Seo</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/dos-and-donts-digital-marketing-student">
<div class="post-card-image" style="background-image: url(assets/images/mktstudent.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/dos-and-donts-digital-marketing-student">
<header class="post-card-header">
<span class="post-card-tags">Education</span>
<h2 class="post-card-title">Do's & Dont’s of Being a Digital Marketing Student</h2>
</header>
<section class="post-card-excerpt">
<p>Are you a student currently studying digital marketing? Interested in a going to colleges with a digital marketing major? Check out these tips for succeeding as a digital marketing student!</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/ghost.png" alt="Under The Seo" />
<span class="post-card-author">
<a href="/author/ghost/">Under The Seo</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/boost-onsite-seo">
<div class="post-card-image" style="background-image: url(assets/images/advanced.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/boost-onsite-seo">
<header class="post-card-header">
<span class="post-card-tags">SEO</span>
<h2 class="post-card-title">Boost Your Onsite SEO</h2>
</header>
<section class="post-card-excerpt">
<p>Onsite SEO is the practice of improving your search relevance by optimizing elements within the page. Discover ways to boost your own onsite SEO!</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/ghost.png" alt="Ghost" />
<span class="post-card-author">
<a href="/author/ghost/">Under The Seo</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/free-ways-to-get-keyword-ideas">
<div class="post-card-image" style="background-image: url(assets/images/design.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/free-ways-to-get-keyword-ideas">
<header class="post-card-header">
<span class="post-card-tags">Keyword Research</span>
<h2 class="post-card-title">Free Ways To Get Keyword Ideas</h2>
</header>
<section class="post-card-excerpt">
<p>Run out of keyword ideas? Need creative ways to get knew ones? Check out these unique ways to get more keyword ideas for free!</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/ghost.png" alt="Under The Seo" />
<span class="post-card-author">
<a href="/author/ghost/">Under The Seo</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/abcs-of-adwords-paid-search">
<div class="post-card-image" style="background-image: url(assets/images/water.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/abcs-of-adwords-paid-search">
<header class="post-card-header">
<span class="post-card-tags">Search Advertising</span>
<h2 class="post-card-title">ABCs of Adwords Paid Search</h2>
</header>
<section class="post-card-excerpt">
<p>It can be hard to keep up with the Adwords paid search terminology. Reference this handy-dandy list if you ever get stumped.</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/ghost.png" alt="Under The Seo" />
<span class="post-card-author">
<a href="/author/ghost/">Under The Seo</a>
</span>
</footer>
</div>
</article>
<!--
<article class="post-card home-template">
<a class="post-card-image-link" href="/a-full-and-comprehensive-style-test">
<div class="post-card-image" style="background-image: url(assets/images/bear.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/a-full-and-comprehensive-style-test">
<header class="post-card-header">
<h2 class="post-card-title">A Full and Comprehensive Style Test</h2>
</header>
<section class="post-card-excerpt">
<p>Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs. Heading 1 Heading 2 Heading 3 Heading 4 Heading</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/john.jpg" alt="John O'Nolan" />
<span class="post-card-author">
<a href="/author/john/">John O'Nolan</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/i-have-a-dream">
<div class="post-card-image" style="background-image: url(assets/images/sky.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/i-have-a-dream">
<header class="post-card-header">
<span class="post-card-tags">Speeches</span>
<h2 class="post-card-title">I Have a Dream</h2>
</header>
<section class="post-card-excerpt">
<p>I am happy to join with you today in what will go down in history as the greatest demonstration for freedom in the history of our nation. Five score years ago, a great</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/martin.jpg" alt="Martin Luther King" />
<span class="post-card-author">
<a href="/author/martin/">Martin Luther King</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/the-purpose-of-education">
<div class="post-card-image" style="background-image: url(assets/images/grapes.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/the-purpose-of-education">
<header class="post-card-header">
<span class="post-card-tags">Speeches</span>
<h2 class="post-card-title">The Purpose of Education</h2>
</header>
<section class="post-card-excerpt">
<p>As I engage in the so-called “bull sessions” around and about the school, I too often find that most college men have a misconception of the purpose of education. Most of the “brethren”</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/martin.jpg" alt="Martin Luther King" />
<span class="post-card-author">
<a href="/author/martin/">Martin Luther King</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/out-to-sea">
<div class="post-card-image" style="background-image: url(assets/images/waves.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/out-to-sea">
<header class="post-card-header">
<span class="post-card-tags">Fiction</span>
<h2 class="post-card-title">Out to Sea</h2>
</header>
<section class="post-card-excerpt">
<p>I had this story from one who had no business to tell it to me, or to any other. I may credit the seductive influence of an old vintage upon the narrator for</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/edgar.gif" alt="Edgar Rice Burroughs" />
<span class="post-card-author">
<a href="/author/edgar/">Edgar Rice Burroughs</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/looking-glass-house">
<div class="post-card-image" style="background-image: url(assets/images/summit.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/looking-glass-house">
<header class="post-card-header">
<span class="post-card-tags">Fiction</span>
<h2 class="post-card-title">Looking-Glass house</h2>
</header>
<section class="post-card-excerpt">
<p>One thing was certain, that the white kitten had had nothing to do with it:— it was the black kitten’s fault entirely. For the white kitten had been having its face washed by</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/lewis.jpeg" alt="Lewis Carroll" />
<span class="post-card-author">
<a href="/author/lewis/">Lewis Carroll</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/down-the-rabbit-hole">
<div class="post-card-image" style="background-image: url(assets/images/piano.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/down-the-rabbit-hole">
<header class="post-card-header">
<span class="post-card-tags">Fiction</span>
<h2 class="post-card-title">Down The Rabbit Hole</h2>
</header>
<section class="post-card-excerpt">
<p>Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/lewis.jpeg" alt="Lewis Carroll" />
<span class="post-card-author">
<a href="/author/lewis/">Lewis Carroll</a>
</span>
</footer>
</div>
</article>
<article class="post-card home-template">
<a class="post-card-image-link" href="/gettysburg-address">
<div class="post-card-image" style="background-image: url(assets/images/bus.jpg)"></div>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/gettysburg-address">
<header class="post-card-header">
<h2 class="post-card-title">Gettysburg Address</h2>
</header>
<section class="post-card-excerpt">
<p>Fourscore and seven years ago our fathers brought forth on this continent, a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal. Now we are engaged</p>
</section>
</a>
<footer class="post-card-meta">
<img class="author-profile-image" src="assets/images/abraham.jpg" alt="Abraham Lincoln" />
<span class="post-card-author">
<a href="/author/abraham/">Abraham Lincoln</a>
</span>
</footer>
</div>
</article>
-->
</div>
</div>
</main>
<!-- Previous/next page links - displayed on every page -->
<!-- The footer at the very bottom of the screen -->
<footer class="site-footer outer">
<div class="site-footer-content inner">
<section class="copyright"><a href="">Under The Seo</a> © 2018</section>
<section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> &
<a href="https://pages.github.com/">GitHub Pages</a> using
<a href="https://github.com/myJekyll/jasper2">Jasper2</a></section>
<nav class="site-footer-nav">
<a href="/jasper2/">Latest Posts</a>
<!--<a href="https://facebook.com/ghost" target="_blank" rel="noopener">Facebook</a>
<a href="https://twitter.com/tryghost" target="_blank" rel="noopener">Twitter</a>-->
<a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a>
</nav>
</div>
</footer>
</div>
<!-- The big email subscribe modal content -->
<div id="subscribe" class="subscribe-overlay">
<a class="subscribe-overlay-close" href="#"></a>
<div class="subscribe-overlay-content">
<!--<img class="subscribe-overlay-logo" src="assets/images/blog-icon.png" alt="Under The Seo" />-->
<h1 class="subscribe-overlay-title">Subscribe to Under The Seo</h1>
<p class="subscribe-overlay-description">Stay up to date! Get all the latest & greatest posts delivered straight to your inbox</p>
<form method="post" action="/subscribe/" class="">
<input class="confirm" type="hidden" name="confirm" /><input class="location" type="hidden" name="location" /><input class="referrer" type="hidden" name="referrer" />
<div class="form-group">
<input class="subscribe-email" type="email" name="email" placeholder="youremail@example.com" />
</div>
<button class="" type="submit" disabled><span>Subscribe</span></button>
<script type="text/javascript">(function(g,h,o,s,t){h[o]('.location')[s]=h[o]('.location')[s] || g.location.href;h[o]('.referrer')[s]=h[o]('.referrer')[s] || h.referrer;})(window,document,'querySelector','value');</script>
</form>
</div>
</div>
<!-- highlight.js -->
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- jQuery + Fitvids, which makes all video embeds responsive -->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous">
</script>
<script type="text/javascript" src="/jasper2/assets/js/jquery.fitvids.js"></script>
<script type="text/javascript" src="https://demo.ghost.io/assets/js/jquery.fitvids.js?v=724281a32e"></script>
<!-- Paginator increased to "infinit" in _config.yml -->
<!-- if paginator.posts -->
<!-- <script>
var maxPages = parseInt('1');
</script>
<script src="/jasper2/assets/js/infinitescroll.js"></script> -->
<!-- /endif -->
<!-- Add Google Analytics -->
<!-- Google Analytics Tracking code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69281367-1', 'auto');
ga('send', 'pageview');
</script>
<!-- The #block helper will pull in data from the #contentFor other template files. In this case, there's some JavaScript which we only want to use in post.hbs, but it needs to be included down here, after jQuery has already loaded. -->
<!-- Ghost outputs important scripts and data with this tag - it should always be the very last thing before the closing body tag -->
<!-- ghost_foot -->
</body>
</html>