Skip to content

Commit 4c5cf50

Browse files
authored
Update about.liquid to include background
1 parent d4d3c5b commit 4c5cf50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_layouts/about.liquid

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
---
4+
<div style="background-image: url('/assets/img/lab_logo.png'); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; padding: 20px;">
45
<div class="post">
56
<header class="post-header">
67
<h1 class="post-title">
@@ -78,3 +79,4 @@ layout: default
7879
{% endif %}
7980
</article>
8081
</div>
82+
</div>

0 commit comments

Comments
 (0)