Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
f3b377e authored Jul 19, 2024
1 parent c82c622 commit fdeddea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">

belle94
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="{{ '/assets/js/script.js' | relative_url }}"></script>
Expand All @@ -20,7 +20,7 @@

<div class="wrapper">
<header>
<h1 class="title"><a href="https://belle94.github.io/ClimbingBook/" style="color:#000">{{ site.title | default: site.github.repository_name }}</h1></a>
<h1 class="title"><a href="https://climbing.frebelle.space/" style="color:#000">{{ site.title | default: site.github.repository_name }}</h1></a>
</header>
<div id="container">
<p class="tagline">{{ site.description | default: site.github.project_tagline }}</p>
Expand All @@ -43,8 +43,8 @@ <h1 class="title"><a href="https://belle94.github.io/ClimbingBook/" style="color
<footer>
<div class="owner">
{% if site.github.is_project_page %}
<p><a href="{{ site.github.owner_url }}" class="avatar"><img src="{{ site.github.owner_gravatar_url }}" width="48" height="48"></a> <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a> maintains <a href="https://belle94.github.io/ClimbingBook/">{{ site.title | default: site.github.repository_name }}</a></p>
{% endif %}
<p><a href="{{ site.github.owner_url }}" class="avatar"><img src="{{ site.github.owner_gravatar_url }}" width="48" height="48"></a> <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a> maintains <a href="https://climbing.frebelle.space/ClimbingBook/">{{ site.title | default: site.github.repository_name }}</a></p>
{% endif %}belle94

{% if site.github.is_user_page %}
<p><a href="{{ site.github.owner_url }}" class="avatar"><img src="{{ site.github.owner_gravatar_url }}" width="48" height="48"></a>View <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a> on <a href="https://www.github.com">GitHub</a></p>
Expand Down

0 comments on commit fdeddea

Please sign in to comment.