Skip to content

Commit 52462f0

Browse files
committed
New logo
Signed-off-by: Robert Speck <r.speck@fz-juelich.de>
1 parent c181dde commit 52462f0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
127 KB
Loading

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: > # this means to ignore newlines until "baseurl:"
1111
The Joint Lab is part of Parallel@Illinois.
1212
baseurl: ""
1313
url: "https://jlesc.github.io"
14-
logo: jlesc_logo.jpg
14+
logo: jlesc-header_180305.jpeg
1515

1616
timezone: UTC
1717
encoding: utf-8

bin/report_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def run
510510
end
511511

512512
# copy the JLESC logo to the LaTeX directory
513-
FileUtils.cp(File.join(@site.source, '_assets', 'images', 'jlesc_logo.jpg'),
513+
FileUtils.cp(File.join(@site.source, '_assets', 'images', 'jlesc-header_180305.jpeg'),
514514
File.join(@latex_path, 'jlesc_logo.png'))
515515

516516
end

0 commit comments

Comments
 (0)