File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ footer-links:
42
42
disqus : clear-script
43
43
44
44
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
45
- google_analytics :
45
+ google_analytics : UA-128110062-2
46
46
47
47
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
48
48
# Used for Sitemap.xml and your RSS feed
Original file line number Diff line number Diff line change 10
10
{% include head.html %}
11
11
{% include opengraph.html %}
12
12
{% include twittercard.html %}
13
+ {% include analytics.html %}
13
14
</ head >
14
15
15
16
< body id ="top ">
Original file line number Diff line number Diff line change 259
259
min-height : 40px ;
260
260
list-style-type : none ;
261
261
font-size : 0.8em ;
262
- opacity : 0.95 ;
262
+ opacity : 0.95 ;
263
+ box-shadow : (_size (element-margin ) * 0.125 ) (_size (element-margin ) * 0.125 ) (_size (element-margin ) * 0.25 );
263
264
// transition: 0.25s all;
264
265
265
266
ul {
You can’t perform that action at this time.
0 commit comments