Skip to content

Commit 5d3638f

Browse files
committed
More css fixes to title image
1 parent fc5c608 commit 5d3638f

File tree

1 file changed

+39
-36
lines changed

1 file changed

+39
-36
lines changed

_layouts/default.html

Lines changed: 39 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,55 @@
22
<html lang="{{ site.lang | default: "en-US" }}">
33

44
<head>
5-
<meta charset='utf-8'>
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<meta name="viewport" content="width=device-width,maximum-scale=2">
8-
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
5+
<meta charset='utf-8'>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width,maximum-scale=2">
8+
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
99

1010
{% seo %}
11-
{% include head-custom.html %}
12-
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
11+
{% include head-custom.html %}
12+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
1313
</head>
1414

1515
<body>
1616

17-
<!-- HEADER -->
18-
<div id="header_wrap" class="outer">
19-
<header class="inner">
20-
{% if site.github.is_project_page %}
21-
<a id="forkme_banner" href="{{ site.github.repository_url }}">View on GitHub</a>
22-
{% endif %}
17+
<!-- HEADER -->
18+
<div id="header_wrap" class="outer">
19+
<header class="inner">
20+
{% if site.github.is_project_page %}
21+
<a id="forkme_banner" href="{{ site.github.repository_url }}">View on GitHub</a>
22+
{% endif %}
2323

24-
<h1 id="project_title"><img src='images/logo.png' width='64' height='64' style-'text-shadow: none'/>{{ site.title | default: site.github.repository_name }}</h1>
25-
<h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2>
24+
<h1 id="project_title">
25+
<img src='images/logo.png' width='64' height='64' style-'box-shadow: none;text-shadow: none;border:none'/>
26+
{{ site.title | default: site.github.repository_name }}
27+
</h1>
28+
<h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2>
2629

27-
{% if site.show_downloads %}
30+
{% if site.show_downloads %}
2831
<section id="downloads">
29-
<a class="zip_download_link" href="{{ site.github.zip_url }}">Download this project as a .zip file</a>
30-
<a class="tar_download_link" href="{{ site.github.tar_url }}">Download this project as a tar.gz file</a>
32+
<a class="zip_download_link" href="{{ site.github.zip_url }}">Download this project as a .zip file</a>
33+
<a class="tar_download_link" href="{{ site.github.tar_url }}">Download this project as a tar.gz file</a>
3134
</section>
32-
{% endif %}
35+
{% endif %}
3336
</header>
34-
</div>
35-
36-
<!-- MAIN CONTENT -->
37-
<div id="main_content_wrap" class="outer">
38-
<section id="main_content" class="inner">
39-
{{ content }}
40-
</section>
41-
</div>
42-
43-
<!-- FOOTER -->
44-
<div id="footer_wrap" class="outer">
45-
<footer class="inner">
46-
{% if site.github.is_project_page %}
47-
<p class="copyright">{{ site.title | default: site.github.repository_name }} maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
48-
{% endif %}
49-
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
50-
</footer>
51-
</div>
37+
</div>
38+
39+
<!-- MAIN CONTENT -->
40+
<div id="main_content_wrap" class="outer">
41+
<section id="main_content" class="inner">
42+
{{ content }}
43+
</section>
44+
</div>
45+
46+
<!-- FOOTER -->
47+
<div id="footer_wrap" class="outer">
48+
<footer class="inner">
49+
{% if site.github.is_project_page %}
50+
<p class="copyright">{{ site.title | default: site.github.repository_name }} maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
51+
{% endif %}
52+
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
53+
</footer>
54+
</div>
5255
</body>
5356
</html>

0 commit comments

Comments
 (0)