Skip to content

Commit

Permalink
Change variable name to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihails Delmans committed Apr 2, 2018
1 parent 7c73945 commit abc4715
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Minimal theme
title_image: /assets/img/title-image.png
logo: /assets/img/logo.png
description: Minimal is a theme for GitHub Pages.
show_downloads: true
google_analytics:
Expand Down
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<header>
<a href="{{ site.github.url }}"> <h1>{{ site.title | default: site.github.repository_name }}</h1> </a>

{% if site.title_image %}
<img src="{{site.title_image}}" alt="Title image"></img>
{% if site.logo %}
<img src="{{site.logo}}" alt="Logo"></img>

This comment has been minimized.

Copy link
@DragonFire9408

DragonFire9408 Jun 3, 2020

good day

{% endif %}

<p>{{ site.description | default: site.github.project_tagline }}</p>
Expand Down
Binary file added assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/title-image.png
Binary file not shown.

0 comments on commit abc4715

Please sign in to comment.