Browse Source

feat:template

igb 4 months ago
parent
commit
d36814004b

+ 5 - 8
resources/views/liquid/1/TechVista/_footer.liquid

@@ -5,19 +5,16 @@
             <div class="row cols-xs-space cols-sm-space cols-md-space">
                 <div class="col-lg-5">
                     <div class="col">
-                        <img src="/static/images/logo_white.svg" class="" alt="mtb" style="height: 50px;">
+
                         <span class="clearfix"></span>
                         {% comment %}<span class="heading heading-sm c-gray-light strong-400">Mietubl</span>{% endcomment %}
-                        <p class="mt-3">
-                            Mobile Phone Accessories Wholesale supplier.
-                        </p>
+                        <h4>
+                            {{site.dist.site_name }}
+                        </h4>
 
                         <div class="copyright mt-4">
                             <p>
-                                Copyright &copy; 2024                                <a href="" target="_blank">
-                                    <strong>Mietubl</strong>
-                                </a> -
-                                All rights reserved
+                                {{site.dist.copy_right | raw  }}
                             </p>
                         </div>
                     </div>

+ 8 - 1
resources/views/liquid/1/TechVista/_header.liquid

@@ -186,7 +186,14 @@
         <div class="container navbar-container">
             <!-- Brand/Logo -->
             <a class="navbar-brand" href="/">
-                <img src="/static/images/logo.svg" class="" alt="mtb" style="height: 50px;">
+
+
+                {% if site.dist.logo %}
+                    <img src="{{ site.image_base_url }}{{ site.dist.logo }}" alt="Cover Image">
+                {% else %}
+                    <img src="/static/images/logo.svg" class="" alt="mtb" style="height: 50px;">
+                {% endif %}
+
             </a>
 
             <div class="d-inline-block">