Skip to content

Commit

Permalink
fixes on logo and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeorger committed Jan 5, 2023
1 parent f1ff081 commit bd8643d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="post_title">{{ .Title }}</h1>
</div>
</div>
</div>
<a href="{{ $.Site.BaseURL }}" class="post_nav"><span class="post_next">The Latest
<a href="{{ $.Site.BaseURL }}" class="post_nav"><span class="post_next">Recientes
<svg class="icon icon_scale">
<use xlink:href="#double-arrow"></use>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3 class = 'article_title'>{{ $value.Title }}</h3>
{{- if and (eq $index (add $size -1)) (gt $size 1) }}</div>{{ end }}
{{- end }}
</div>
<a href = '{{ absURL (printf "post/%s" "") }}' class = 'post_nav'><span class = 'post_next'>View Archive
<a href = '{{ absURL (printf "post/%s" "") }}' class = 'post_nav'><span class = 'post_next'>Todo el contenido
<svg class="icon icon_scale">
<use xlink:href="#double-arrow"></use>
</svg>
Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/favicon.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link rel="apple-touch-icon" sizes="180x180" href='{{ absURL "images/icons/apple-touch-icon.png" }}'>
<link rel="icon" type="image/png" sizes="32x32" href='{{ absURL "images/icons/favicon-32x32.png" }}'>
<link rel="icon" type="image/png" sizes='16x16' href='{{ absURL "images/icons/favicon-16x16.png" }}'>
<link rel="apple-touch-icon" sizes="180x180" href='{{ absURL "images/wp-content/favicon.ico" }}'>
<link rel="icon" type="image/png" sizes="32x32" href='{{ absURL "images/wp-content/favicon.ico" }}'>
<link rel="icon" type="image/png" sizes='16x16' href='{{ absURL "images/wp-content/favicon.ico" }}'>
<link rel="manifest" href='{{ absURL "images/icons/site.webmanifest" }}'>
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ $home := absURL "" }}
<header class="nav">
<nav class="nav-menu">
<a href="{{ $home }}" class="nav-brand nav_item">{{ .Site.Title }}</a>
<div><a href="{{ $home }}"><img src="/images/wp-content/uploads/2020/08/cropped-cropped-cropped-cropped-banner-light-e1641680429969-300x100.png" alt="{{ .Site.Title }}" width="130px" /></a></div>
<div class="nav_bar-wrap">
<div class="nav_bar"></div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/mode.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="color_mode">
{{/* <div class="color_mode">
<label for="mode">Toggle Dark Mode</label>
<input type="checkbox" class="color_choice" id="mode">
</div>
</div> */}}

0 comments on commit bd8643d

Please sign in to comment.