diff --git a/sigal/settings.py b/sigal/settings.py
index 8db53fe..44c5f09 100644
--- a/sigal/settings.py
+++ b/sigal/settings.py
@@ -75,7 +75,6 @@ _DEFAULT_CONFIG = {
'thumb_suffix': '',
'thumb_video_delay': '0',
'title': '',
- 'use_assets_cdn': True,
'use_orig': False,
'video_converter': 'ffmpeg',
'video_extensions': ['.mov', '.avi', '.mp4', '.webm', '.ogv', '.3gp'],
diff --git a/sigal/templates/sigal.conf.py b/sigal/templates/sigal.conf.py
index 65bd5bc..9216fa4 100644
--- a/sigal/templates/sigal.conf.py
+++ b/sigal/templates/sigal.conf.py
@@ -182,10 +182,6 @@ ignore_files = []
# Add output filename (see above) to the URLs
# index_in_url = False
-# Use CDN for assets (Google fonts, JQuery).
-# If False some fonts may not be available.
-# use_assets_cdn = True
-
# A list of links (tuples (title, URL))
# links = [('Example link', 'http://example.org'),
# ('Another link', 'http://example.org')]
diff --git a/sigal/themes/colorbox/templates/index.html b/sigal/themes/colorbox/templates/index.html
index fdb6fc8..2ac5872 100644
--- a/sigal/themes/colorbox/templates/index.html
+++ b/sigal/themes/colorbox/templates/index.html
@@ -108,11 +108,7 @@
{% block footer %}
{% if album.medias %}
- {% if settings.use_assets_cdn %}
-
- {% else %}
- {% endif %}
diff --git a/sigal/themes/galleria/templates/index.html b/sigal/themes/galleria/templates/index.html
index 6cfba46..948bcad 100644
--- a/sigal/themes/galleria/templates/index.html
+++ b/sigal/themes/galleria/templates/index.html
@@ -145,11 +145,7 @@
{% if album.medias %}
- {% if settings.use_assets_cdn %}
-
- {% else %}
- {% endif %}
{% if settings.show_map and album.show_map %}