You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It inherits most of the settings from pelicanconf.py.
"""
from __future__ import unicode_literals
# First load all the defaults from pelicanconf.py
import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
CACHE_CONTENT = False
ANALYTICS = ("""<script language="javascript" id="_fed_an_ua_tag" src="//dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=NASA&subagency=ARC&dclink=true&pua=UA-69171-7"></script>""",) # The comma matters, this parameter must be an iterable