new zinc url, fixes #141
This commit is contained in:
parent
b927509e95
commit
66b4ff14f8
3 changed files with 7 additions and 6 deletions
10
Gemfile
10
Gemfile
|
@ -2,15 +2,17 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'nanoc', '4.5.4'
|
||||
gem 'kramdown'
|
||||
|
||||
# General filtering
|
||||
gem 'coffee-script'
|
||||
gem 'icalendar' # ical files
|
||||
gem 'kramdown'
|
||||
gem 'sass'
|
||||
|
||||
# Needed for atom_feed in blogging helper
|
||||
gem 'builder'
|
||||
|
||||
# ical files
|
||||
gem 'icalendar'
|
||||
|
||||
# Faster css autoprefixing
|
||||
gem 'therubyracer'
|
||||
|
||||
# Word counting gem (which takes special characters into account)
|
||||
|
|
1
Rules
1
Rules
|
@ -78,7 +78,6 @@ compile '/blog/*/*', rep: :text do
|
|||
filter :strip_html
|
||||
end
|
||||
|
||||
|
||||
#
|
||||
# PROJECTS
|
||||
#
|
||||
|
|
|
@ -8,6 +8,6 @@ module AssetHelper
|
|||
end
|
||||
|
||||
def zeus_logo_url(color: :black)
|
||||
"https://werthen.com/zinc/zeuslogo.svg?color=#{color}"
|
||||
"https://zeus.ugent.be/zinc/zeuslogo.svg?color=#{color}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue