Explorar el Código

single page fixes

codecalm hace 4 años
padre
commit
04237729ec
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/pages/_layouts/single.html

+ 2 - 2
src/pages/_layouts/single.html

@@ -5,8 +5,8 @@ body-class: border-top-wide border-primary d-flex flex-column
 
 <div class="flex-fill d-flex flex-column justify-content-center">
 	<div class="container-{{ page.container-size | default: 'tight' }} py-6">
-		<div class="text-center mb-4">
-			<img src="{{ site.base }}/static/logo.svg" height="36" alt="">
+		<div class="text-center mb-5">
+			<a href="{{ site.base }}"><img src="{{ site.base }}/static/logo.svg" height="36" alt=""></a>
 		</div>
 
 		{{ content }}