diff --git a/app/assets/images/splash-logos/NLSLogo.png b/app/assets/images/splash-logos/NLSLogo.png
new file mode 100755
index 00000000..73272ef3
Binary files /dev/null and b/app/assets/images/splash-logos/NLSLogo.png differ
diff --git a/app/views/splash/index.html.erb b/app/views/splash/index.html.erb
index 0208a41d..4441f8f4 100644
--- a/app/views/splash/index.html.erb
+++ b/app/views/splash/index.html.erb
@@ -11,7 +11,7 @@
+
<%= link_to "//#{host_for('sciencemuseumgroup')}" do %>
<%= image_tag("splash-logos/SMGLogo.png", class: "tenant-logo", alt: "Science Museum Group") %>
<% end %>
+
+ <%= link_to "//#{host_for('nls')}" do %>
+ <%= image_tag("splash-logos/NLSLogo.png", class: "tenant-logo", alt: "National Library of Scotland (Leabharlann Nàiseanta na h-Alba)") %>
+ <% end %>
+
diff --git a/app/views/themes/bl_shared_home/splash/_index.html.erb b/app/views/themes/bl_shared_home/splash/_index.html.erb
index 052cabcc..28cefc5d 100644
--- a/app/views/themes/bl_shared_home/splash/_index.html.erb
+++ b/app/views/themes/bl_shared_home/splash/_index.html.erb
@@ -10,7 +10,7 @@
+
<%= link_to "//#{host_for('sciencemuseumgroup')}" do %>
<%= image_tag("splash-logos/SMGLogo.png", class: "tenant-logo", alt: "Science Museum Group") %>
<% end %>
+
+ <%= link_to "//#{host_for('nls')}" do %>
+ <%= image_tag("splash-logos/NLSLogo.png", class: "tenant-logo", alt: "National Library of Scotland (Leabharlann Nàiseanta na h-Alba)") %>
+ <% end %>
+