Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rmayormartins authored Sep 1, 2024
1 parent 9aee107 commit f44913f
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,34 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

{% seo %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
<style>
body {
font-family: 'Courier New', Courier, monospace;
}
header h1 a {
font-size: 24px;
}
</style>
</head>
<body>
<div class="wrapper">
<header>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>

{% if site.logo %}
<img src="{{site.logo | relative_url}}" alt="Logo" />
{% endif %}

<p>{{ site.description | default: site.github.project_tagline }}</p>

{% if site.github.is_project_page %}
<p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub <small>{{ site.github.repository_nwo }}</small></a></p>
{% endif %}

{% if site.github.is_user_page %}
<p class="view"><a href="https://twitter.com/Jonnygfrazer">My Twitter Profile </a><br><a href="{{ site.github.owner_url }}">My GitHub Profile </a><br><a href="mailto:jonathan.frazer@crg.eu">Contact Me </a></p>
{% endif %}

{% if site.show_downloads %}
<ul>
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
Expand All @@ -39,9 +41,7 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
{% endif %}
</header>
<section>

{{ content }}

</section>
<footer>
{% if site.github.is_project_page %}
Expand All @@ -62,11 +62,4 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
</script>
{% endif %}
</body>
<style>
header h1 a {
font-size: 24px;
}
</style>
</body>
</html>
</html>

0 comments on commit f44913f

Please sign in to comment.