Skip to content

Commit dab2fe1

Browse files
author
Matthieu Oger
committed
Remove trailing slash in HTML self-closing tags
1 parent 381e665 commit dab2fe1

File tree

43 files changed

+106
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+106
-106
lines changed

_includes/components/author.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
{% when 'dm' %}
44
<img alt="Damien Mayance"
55
title="Damien Mayance"
6-
src="http://www.gravatar.com/avatar/545f7c7f0ed11d6ef21722a7e6c47acf?s=200" />
6+
src="http://www.gravatar.com/avatar/545f7c7f0ed11d6ef21722a7e6c47acf?s=200">
77
<figcaption>
88
<a href="/about/#damien">Damien</a>
99
</figcaption>
1010

1111
{% when 'mo' %}
1212
<img alt="Matthieu Oger"
1313
title="Matthieu Oger"
14-
src="/static/images/team/moger.jpg" />
14+
src="/static/images/team/moger.jpg">
1515
<figcaption>
1616
<a href="/about/#matthieu">Matthieu</a>
1717
</figcaption>
1818

1919
{% else %}
2020
<img alt="Pixelnest Studio"
2121
title="Pixelnest Studio"
22-
src="/static/images/team/pixelnest.png" />
22+
src="/static/images/team/pixelnest.png">
2323
<figcaption>
2424
<a href="/about/">Pixelnest</a>
2525
</figcaption>

_includes/components/entry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2 class="entry__subtitle">
4949
{{ entry_date | date: "%-d %B. %Y" | downcase }}
5050
</div>
5151
<div class="trilogy__pane">
52-
<img src="/static/images/logo/logo_filled.png" />
52+
<img src="/static/images/logo/logo_filled.png">
5353
</div>
5454
<div class="trilogy__pane trilogy__pane--right">
5555
{% case author_id %}

_includes/components/member.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<img class="member__avatar"
1313
src="{{ member_avatar }}"
1414
title="{{ member_name }}"
15-
alt="{{ member_name }}" />
15+
alt="{{ member_name }}">
1616

1717
<h1 class="member__title" id="{{ member_id }}">{{ member_name }}</h1>
1818

_includes/components/product/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img class="product-hero__image"
66
src="{{ hero.assets }}hero.jpg"
77
alt="{{ hero.title }}"
8-
title="{{ hero.title }}" />
8+
title="{{ hero.title }}">
99
</div>
1010

1111
<section class="product-hero__body">

_includes/components/product/item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img class="product-item__image"
66
src="{{ item.assets }}cover.jpg"
77
alt="{{ item.title }}"
8-
title="{{ item.title }}" />
8+
title="{{ item.title }}">
99
</div>
1010

1111
<section class="product-item__body">

_includes/components/tutorial/promotion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% if page.show_promotion == 'steredenn' %}
1010
<figure class="promotion promotion--image">
1111
<a href="http://steredenn.pixelnest.io" target="_BLANK">
12-
<img src="/static/images/products/steredenn/promotion.png" title="Steredenn" alt="Steredenn" />
12+
<img src="/static/images/products/steredenn/promotion.png" title="Steredenn" alt="Steredenn">
1313
<figcaption>Click to get more information about our roguelike/shmup!</figcaption>
1414
</a>
1515
</figure>

_includes/css.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Alegreya+Sans:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,800,800italic,900,900italic" />
2-
<link rel="stylesheet" type="text/css" href="/static/fonts/bebas-neue/font.css" />
1+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Alegreya+Sans:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,800,800italic,900,900italic">
2+
<link rel="stylesheet" type="text/css" href="/static/fonts/bebas-neue/font.css">
33

44
{% if jekyll.environment == "production" %}
55
<link rel="stylesheet" href="/static/assets/bundle.css">

_includes/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
<img class="facebook"
1010
src="/static/images/icons/footer-facebook.png"
1111
alt="Facebook"
12-
title="Facebook" />
12+
title="Facebook">
1313
</a>
1414
<a href="https://twitter.com/pixelnest/">
1515
<img class="twitter"
1616
src="/static/images/icons/footer-twitter.png"
1717
alt="Twitter"
18-
title="Twitter" />
18+
title="Twitter">
1919
</a>
2020
<a href="#top">
2121
<img class="pxn"
2222
src="/static/images/icons/footer-pxn.png"
2323
alt="Pixelnest Studio"
24-
title="Pixelnest Studio" />
24+
title="Pixelnest Studio">
2525
</a>
2626
</div>
2727
</footer>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="banner__cell logo">
55
<a href="/" class="logo__link">
66
<div class="logo__image">
7-
<img src="/static/images/logo/logo_shadow.png" alt="Pixelnest Studio" title="Pixelnest Studio" />
7+
<img src="/static/images/logo/logo_shadow.png" alt="Pixelnest Studio" title="Pixelnest Studio">
88
</div>
99

1010
<h1 class="logo__name">Pixelnest</h1>

_includes/meta.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<meta charset="utf-8" />
2-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1+
<meta charset="utf-8">
2+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
33

44
{% if page.url == '/' or page.url == '/index.html' %}
55
<title>Pixelnest Studio</title>
@@ -8,30 +8,30 @@
88
{% endif %}
99

1010
<!-- Misc. -->
11-
<link rel="shortcut icon" href="/static/images/favicon.ico?v=0002" />
12-
<link rel="alternate" type="application/atom+xml" title="Pixelnest Studio" href="http://feedpress.me/pixelnest" />
11+
<link rel="shortcut icon" href="/static/images/favicon.ico?v=0002">
12+
<link rel="alternate" type="application/atom+xml" title="Pixelnest Studio" href="http://feedpress.me/pixelnest">
1313

1414
<!-- Description. -->
15-
<meta name="author" content="Pixelnest Studio" />
16-
<meta name="description" content="Pixelnest Studio — we craft games and apps." />
17-
<meta name="keywords" content="pixelnest, studio, damien, mayance, matthieu, oger, games, apps, development, mobile, web, steredenn" />
15+
<meta name="author" content="Pixelnest Studio">
16+
<meta name="description" content="Pixelnest Studio — we craft games and apps.">
17+
<meta name="keywords" content="pixelnest, studio, damien, mayance, matthieu, oger, games, apps, development, mobile, web, steredenn">
1818

1919
<!-- Social. -->
20-
<link rel="author" href="http://pixelnest.io/about/"/ />
21-
<link rel="publisher" href="https://plus.google.com/+PixelnestStudio" />
20+
<link rel="author" href="http://pixelnest.io/about/">
21+
<link rel="publisher" href="https://plus.google.com/+PixelnestStudio">
2222

2323
<!-- Twitter. -->
24-
<meta name="twitter:card" content="summary" />
25-
<meta name="twitter:site" content="@pixelnest" />
24+
<meta name="twitter:card" content="summary">
25+
<meta name="twitter:site" content="@pixelnest">
2626
<meta name="twitter:creator" content="@pixelnest">
27-
<meta name="twitter:title" content="Pixelnest Studio" />
28-
<meta name="twitter:description" content="We craft games and apps." />
29-
<meta name="twitter:url" content="http://pixelnest.io/" />
30-
<meta name="twitter:image" content="http://pixelnest.io/static/images/card.jpg" />
31-
<meta name="twitter:image:alt" content="Pixelnest Studio — we craft games and apps." />
27+
<meta name="twitter:title" content="Pixelnest Studio">
28+
<meta name="twitter:description" content="We craft games and apps.">
29+
<meta name="twitter:url" content="http://pixelnest.io/">
30+
<meta name="twitter:image" content="http://pixelnest.io/static/images/card.jpg">
31+
<meta name="twitter:image:alt" content="Pixelnest Studio — we craft games and apps.">
3232

3333
<!-- OpenGraph. -->
34-
<meta property="og:locale" content="en" />
34+
<meta property="og:locale" content="en">
3535
<meta property="og:title" content="Pixelnest Studio">
3636
<meta property="og:description" content="Pixelnest Studio — we craft games and apps.">
3737
<meta property="og:url" content="http://pixelnest.io">

0 commit comments

Comments
 (0)