Explorar o código

Fixing issue with base path

Jonny Wenmoth %!s(int64=11) %!d(string=hai) anos
pai
achega
b010417999
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      _includes/default.html
  2. 1 1
      _includes/sidebar.html

+ 1 - 1
_includes/default.html

@@ -64,7 +64,7 @@
 			-->
 			
 			<a class="navbar-brand" href="{{ site.BASE_PATH }}/">
-				<img src="{{ site.url }}/assets/media/phantomjs-small.png" class="img-circle" />
+				<img src="{{ site.BASE_PATH }}/assets/media/phantomjs-small.png" class="img-circle" />
 				{{ site.title }}
 			</a>
 		</div>

+ 1 - 1
_includes/sidebar.html

@@ -1,7 +1,7 @@
 <! -- sidebar.html -->
 <header class="sidebar-header" role="banner">
 	<a href="{{ site.BASE_PATH }}/">
-		<img src="{{ site.url }}/assets/media/phantomjs.png" class="img-circle" />
+		<img src="{{ site.BASE_PATH }}/assets/media/phantomjs.png" class="img-circle" />
 	</a>
 	<h3 class="title">
         <a href="{{ site.BASE_PATH }}/">{{ site.title }}</a>