Changeset - 350ed1aa7a6f
[Not reviewed]
0 1 0
Benjamin Lion - 6 years ago 2019-11-18 14:16:19
lion@brahms.fm.cwi.nl
Remove logo image from the links. Change the site url.
1 file changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
projects/SEFM2020/pelicanconf.py
Show inline comments
 
@@ -4,7 +4,7 @@ from __future__ import unicode_literals
 

	
 
AUTHOR = 'Prof. dr. F.S. de Boer'
 
SITENAME = 'SEFM 2020'
 
SITEURL = ''
 
SITEURL = 'sefm2020'
 

	
 
PATH = 'content'
 

	
 
@@ -33,8 +33,7 @@ AUTHOR_FEED_RSS = None
 
DISPLAY_TAGS_ON_SIDEBAR = False
 

	
 
# Resources
 
LINKS =  (('<img src="https://www.cwi.nl/logo.png" width="150px">', 'https://cwi.nl'),
 
         ('CWI Formal Methods Group', 'https://www.cwi.nl/research/groups/formal-methods'),
 
LINKS =  (  ('CWI Formal Methods Group', 'https://www.cwi.nl/research/groups/formal-methods'),
 
)
 

	
 
# #Social widget
0 comments (0 inline, 0 general)