Skip to content

Commit

Permalink
Merge branch 'gh-pages' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmandarov authored Jan 29, 2019
2 parents ae8688e + 39e2ecd commit 61de693
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ plugins:

jekyll-mentions:
base_url: https://github.com

exclude: ["travis.sh", "Rakefile", "README.md", "Gemfile", "Gemfile.lock", "FAQ.md"]
18 changes: 8 additions & 10 deletions _includes/analytics-google.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<!-- Google Analytics Tracking code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{{ site.analytics-google }}']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.analytics-google }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', '{{ site.analytics-google }}');
</script>
2 changes: 1 addition & 1 deletion _includes/author.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<section class="author{% if site.disqus == false %} no-disqus{% endif %}">
<div class="toleft">
<img class="selfie" src="{% if site.authors[page.author].external-image == true %}{{ site.authors[page.author].picture }}{% else %}{{ site.url }}/{{ site.authors[page.author].picture }}{% endif %}" alt="{{ site.authors[page.author].name }}" alt="author selfie">
<img class="selfie" src="{% if site.authors[page.author].external-image == true %}{{ site.authors[page.author].picture }}{% else %}{{ site.url }}/{{ site.authors[page.author].picture }}{% endif %}" alt="{{ site.authors[page.author].name }}">
</div>

<div class="toright">
Expand Down
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

<meta name=description content="{{ site.bio }}">
<meta name=author content="{{ site.name }}">
<meta property="og:image" content="{{ site.url }}/{{ site.picture }}">
<meta property="og:type" content="profile">

{% seo %}

Expand Down
1 change: 0 additions & 1 deletion _posts/2015-02-24-markdown-extra-components.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ tag:
category: blog
author: jamesfoster
description: Markdown summary with different options
# jemoji: '<img class="emoji" title=":ramen:" alt=":ramen:" src="https://assets.github.com/images/icons/emoji/unicode/1f35c.png" height="20" width="20" align="absmiddle">'
---

## Summary:
Expand Down

0 comments on commit 61de693

Please sign in to comment.