Skip to content

Commit 2d6a208

Browse files
committed
2 parents b68cea5 + e4d4557 commit 2d6a208

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ footer-links:
4242
disqus: clear-script
4343

4444
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
45-
google_analytics:
45+
google_analytics: UA-128110062-2
4646

4747
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
4848
# Used for Sitemap.xml and your RSS feed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
{% include head.html %}
1111
{% include opengraph.html %}
1212
{% include twittercard.html %}
13+
{% include analytics.html %}
1314
</head>
1415

1516
<body id="top">

assets/sass/main.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@
259259
min-height: 40px;
260260
list-style-type: none;
261261
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);
263264
//transition: 0.25s all;
264265

265266
ul {

0 commit comments

Comments
 (0)