This repository was archived by the owner on Mar 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +49
-47
lines changed Expand file tree Collapse file tree 6 files changed +49
-47
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ tagline: 'A community-driven weekly newsletter about Swift.org'
17
17
timezone : America/Los_Angeles
18
18
19
19
url : http://www.swiftweekly.github.io
20
+ handle : ' @swiftlybrief'
20
21
21
22
author :
22
23
name : ' Jesse Squires'
Original file line number Diff line number Diff line change 1
1
2
- < div class ="sharing ">
3
- < div class ="row ">
4
- < hr >
5
- < div class ="col-md-4 col-sm-4 col-xs-12 center ">
6
- < div class ="btn-group btn-group-justified " role ="group ">
7
-
8
- < div class ="btn-group " role ="group ">
9
- < button class ="btn btn-default disabled "> Share</ button >
10
- </ div >
11
-
12
- < div class ="btn-group " role ="group ">
13
- < a class ="btn btn-default " href ="https://twitter.com/intent/tweet?text={{ page.title | uri_escape }}%20{{ site.url }}{{ page.url }} " target ="_blank ">
14
- < i class ="fa fa-lg fa-twitter "> </ i >
15
- </ a >
16
- </ div >
17
-
18
- < div class ="btn-group " role ="group ">
19
- < a class ="btn btn-default " href ="https://www.facebook.com/sharer.php?u={{ site.url }}{{ page.url }} " target ="_blank ">
20
- < i class ="fa fa-lg fa-facebook "> </ i >
21
- </ a >
22
- </ div >
23
-
24
- < div class ="btn-group " role ="group ">
25
- < a class ="btn btn-default " href ="https://plus.google.com/share?url={{ site.url }}{{ page.url }} " target ="_blank ">
26
- < i class ="fa fa-lg fa-google-plus "> </ i >
27
- </ a >
28
- </ div >
29
-
30
- </ div > <!-- btn group -->
31
- </ div > <!-- col -->
32
- </ div > <!-- row -->
33
- </ div > <!-- sharing -->
34
-
35
- < div >
36
- < p class ="text-muted text-center ">
37
- < small >
38
- < strong > Questions? Feedback? Corrections?</ strong > < br />
39
- Open an < a href ="{{ site.links.issue }} " target ="_blank "> issue</ a > or submit a < a href ="{{ site.links.pull }} " target ="_blank "> pull request</ a > on < a href ="{{ site.links.github }} " target ="_blank "> GitHub</ a > .
40
- </ small >
41
- </ p >
2
+ < div class ="row ">
3
+ < div class ="col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2 ">
4
+ < hr >
5
+ < p class ="text-muted text-center ">
6
+ < small >
7
+ < strong > Questions? Feedback? Corrections?</ strong > < br />
8
+ Open an < a href ="{{ site.links.issue }} " target ="_blank "> issue</ a > or
9
+ submit a < a href ="{{ site.links.pull }} " target ="_blank "> pull request</ a >
10
+ on < a href ="{{ site.links.github }} " target ="_blank "> GitHub</ a > .
11
+ </ small >
12
+ </ p >
13
+ </ div >
42
14
</ div >
Original file line number Diff line number Diff line change 4
4
5
5
< article class ="page ">
6
6
< h1 class ="post-title "> {{ page.title }} < small class ="post-date "> {{ page.date | date_to_string }}</ small > </ h1 >
7
-
8
7
{% if page.date-updated %}
9
8
< small class ="text-danger "> < strong > Updated: {{ page.date-updated }}</ strong > </ small >
10
9
{% endif %}
@@ -13,3 +12,35 @@ <h1 class="post-title">{{ page.title }} <small class="post-date">{{ page.date |
13
12
{{ content }}
14
13
</ div > <!-- post-content -->
15
14
</ article >
15
+
16
+ < div class ="sharing ">
17
+ < div class ="row ">
18
+ < div class ="col-md-4 col-sm-4 col-xs-12 center ">
19
+ < div class ="btn-group btn-group-justified " role ="group ">
20
+
21
+ < div class ="btn-group " role ="group ">
22
+ < button class ="btn btn-default disabled "> Share</ button >
23
+ </ div >
24
+
25
+ < div class ="btn-group " role ="group ">
26
+ < a class ="btn btn-default " href ="https://twitter.com/intent/tweet?text={{ page.title | uri_escape }}%20{{ site.url }}{{ page.url }}%20via%20{{ site.handle }} " target ="_blank ">
27
+ < i class ="fa fa-lg fa-twitter "> </ i >
28
+ </ a >
29
+ </ div >
30
+
31
+ < div class ="btn-group " role ="group ">
32
+ < a class ="btn btn-default " href ="https://www.facebook.com/sharer.php?u={{ site.url }}{{ page.url }} " target ="_blank ">
33
+ < i class ="fa fa-lg fa-facebook "> </ i >
34
+ </ a >
35
+ </ div >
36
+
37
+ < div class ="btn-group " role ="group ">
38
+ < a class ="btn btn-default " href ="https://plus.google.com/share?url={{ site.url }}{{ page.url }} " target ="_blank ">
39
+ < i class ="fa fa-lg fa-google-plus "> </ i >
40
+ </ a >
41
+ </ div >
42
+
43
+ </ div > <!-- btn group -->
44
+ </ div > <!-- col -->
45
+ </ div > <!-- row -->
46
+ </ div > <!-- sharing -->
Original file line number Diff line number Diff line change 15
15
}
16
16
17
17
a {
18
- color : # fe4b2b ;
18
+ color : # f05138 ;
19
19
}
20
20
21
21
a : link {
22
- border-bottom : 1px dotted # fe4b2b ;
22
+ border-bottom : 1px dotted # f05138 ;
23
23
}
24
24
25
25
a : visited {
26
- color : # fe4b2b ;
26
+ color : # f05138 ;
27
27
border-width : 0px ;
28
28
text-decoration : none;
29
29
}
Original file line number Diff line number Diff line change @@ -10,11 +10,9 @@ <h1 class="post-title text-center">
10
10
< a href ="{{ post.url }} "> {{ post.title }}</ a >
11
11
< small class ="post-date "> {{ post.date | date_to_string }}</ small >
12
12
</ h1 >
13
-
14
13
{% if post.date-updated %}
15
- < small class ="text-danger "> < strong > Updated: {{ post.date-updated }}</ strong > </ small >
14
+ < small class ="center text-danger "> < strong > Updated: {{ post.date-updated }}</ strong > </ small >
16
15
{% endif %}
17
-
18
16
</ article >
19
17
{% endfor %}
20
18
</ div > <!-- post-list -->
You can’t perform that action at this time.
0 commit comments