Skip to content

Commit 4739907

Browse files
committed
Merge remote-tracking branch 'origin/upstream'
# Conflicts: # INSTALL.md
2 parents 0364863 + cfed3b0 commit 4739907

File tree

7 files changed

+8
-123
lines changed

7 files changed

+8
-123
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ group :jekyll_plugins do
1818
gem 'jekyll-regex-replace'
1919
gem 'jekyll-scholar'
2020
gem 'jekyll-sitemap'
21+
gem 'jekyll-socials'
2122
gem 'jekyll-tabs'
2223
gem 'jekyll-terser', :git => "https://github.com/RobertoJBeltran/jekyll-terser.git"
2324
gem 'jekyll-toc'

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ GEM
175175
jekyll (~> 4.0)
176176
jekyll-sitemap (1.4.0)
177177
jekyll (>= 3.7, < 5.0)
178+
jekyll-socials (0.0.3)
179+
jekyll (>= 3.6, < 5.0)
178180
jekyll-tabs (1.2.1)
179181
jekyll (>= 3.0, < 5.0)
180182
jekyll-toc (0.19.0)
@@ -313,6 +315,7 @@ DEPENDENCIES
313315
jekyll-regex-replace
314316
jekyll-scholar
315317
jekyll-sitemap
318+
jekyll-socials
316319
jekyll-tabs
317320
jekyll-terser!
318321
jekyll-toc

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ plugins:
216216
- jekyll-regex-replace
217217
- jekyll/scholar
218218
- jekyll-sitemap
219+
- jekyll-socials
219220
- jekyll-tabs
220221
- jekyll-terser
221222
- jekyll-toc

_includes/header.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</a>
2323
{% elsif site.enable_navbar_social %}
2424
<!-- Social Icons -->
25-
<div class="navbar-brand social">{% include social.liquid %}</div>
25+
<div class="navbar-brand social">{% social_links %}</div>
2626
{% endif %}
2727
<!-- Navbar Toggle -->
2828
<button

_includes/social.liquid

Lines changed: 0 additions & 120 deletions
This file was deleted.

_layouts/about.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ layout: default
6969
<!-- Social -->
7070
{% if page.social %}
7171
<div class="social">
72-
<div class="contact-icons">{% include social.liquid %}</div>
72+
<div class="contact-icons">{% social_links %}</div>
7373

7474
<div class="contact-note">{{ site.contact_note }}</div>
7575
</div>

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# this file uses prebuilt image in dockerhub
22
services:
33
jekyll:
4-
image: amirpourmand/al-folio:v0.15.1
4+
image: amirpourmand/al-folio:v0.16.0
55
build: .
66
# uncomment these if you are having this issue with the build:
77
# /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)

0 commit comments

Comments
 (0)