Remove trailing slashes

This commit is contained in:
Josh Buchea 2016-06-02 12:00:12 -07:00
parent ce7a356070
commit 633db59c13
1 changed files with 4 additions and 4 deletions

View File

@ -142,10 +142,10 @@ Below are the essential tags for basic, minimalist websites:
<meta name="format-detection" content="telephone=no">
<!-- Geo tags -->
<meta name="ICBM" content="latitude, longitude" />
<meta name="geo.position" content="latitude;longitude" />
<meta name="geo.region" content="country[-state]" /><!-- Country code (ISO 3166-1): mandatory, state code (ISO 3166-2): optional; eg. content="US" / content="US-NY" -->
<meta name="geo.placename" content="city/town" /><!-- eg. content="New York City" -->
<meta name="ICBM" content="latitude, longitude">
<meta name="geo.position" content="latitude;longitude">
<meta name="geo.region" content="country[-state]"><!-- Country code (ISO 3166-1): mandatory, state code (ISO 3166-2): optional; eg. content="US" / content="US-NY" -->
<meta name="geo.placename" content="city/town"><!-- eg. content="New York City" -->
```
- [ICBM on Wikipedia](https://en.wikipedia.org/wiki/ICBM_address#Modern_use)