Permalink
Browse files
Merge branch 'gh-pages' into ga-code
- Loading branch information...
Showing
with
5 additions
and
1 deletion.
-
+2
−0
_config.yml
-
+1
−1
_includes/author.html
-
+2
−0
_layouts/default.html
|
@@ -110,3 +110,5 @@ plugins: |
|
|
|
|
|
|
|
jekyll-mentions: |
|
|
|
base_url: https://github.com |
|
|
|
|
|
|
|
exclude: ["travis.sh", "Rakefile", "README.md", "Gemfile", "Gemfile.lock", "FAQ.md"] |
|
|
@@ -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"> |
|
|
|
@@ -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 %} |
|
|
|
|
|
|
0 comments on commit
2d88bcf