diff --git a/projects/SEFM2020/pelicanconf.py b/projects/SEFM2020/pelicanconf.py index cec0aaabe7a0f53225a252228ca0f2d048097534..e475111456d1c64187e7e5f8c0bb0a2000c566ea 100644 --- a/projects/SEFM2020/pelicanconf.py +++ b/projects/SEFM2020/pelicanconf.py @@ -33,7 +33,7 @@ AUTHOR_FEED_RSS = None DISPLAY_TAGS_ON_SIDEBAR = False # Resources -LINKS = ( ('CWI Formal Methods Group', 'https://www.cwi.nl/research/groups/formal-methods'), +LINKS = ( ('CWI Computer Security Group', 'https://www.cwi.nl/research/groups/computer-security'), ) # #Social widget @@ -43,7 +43,7 @@ LINKS = ( ('CWI Formal Methods Group', 'https://www.cwi.nl/research/groups/for DEFAULT_PAGINATION = 10 # Uncomment following line if you want document-relative URLs when developing -# RELATIVE_URLS = True +RELATIVE_URLS = True THEME = "bootstrap3" CUSTOM_CSS = 'static/css/custom.css'