How to add your logo

The logo goes inside the tag  <header>:

 <div class="logo-container align-self-center flex-grow-1">
  <a href="index.html" > <h1 class="title-block title-block__logo">STORE</h1></a>
 </div>

The logo in the template is a text logo, but it can be replaced by an image.

<h1 class="title-block title-block__logo">STORE</h1>

replaced by

 <img src="img-assets/logo.png" alt="logo" title="logo">