forked from autonomic-cooperative/sophie-lewis-hugo
structern mostly in place
This commit is contained in:
9
themes/sophie-lewis/layouts/partials/octocss.html
Normal file
9
themes/sophie-lewis/layouts/partials/octocss.html
Normal file
@ -0,0 +1,9 @@
|
||||
{{ $octo_url := path.Join "/img/octo" $.Page.Params.octo }}
|
||||
<style>
|
||||
#octopus {
|
||||
background-image: url('{{ $octo_url }}');
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user