Skip to content

Commit cb5157f

Browse files
author
Roy Hewitt
committed
Added description to posts, cleaned up description meta tags
1 parent 47c7f29 commit cb5157f

6 files changed

+19
-9
lines changed

_includes/head.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html>
33
<head>
44
<meta charset='UTF-8'/>
5-
<meta name='twitter:site' content='@{{site.maptime.twitter}}' />
6-
<meta property='og:site_name' content='{{site.maptime.chapter}}' />
7-
<meta name='twitter:url' content='{{page.permalink}}' />
8-
<meta property='og:url' content='{{page.permalink}}' />
9-
<meta name='twitter:title' content='{{page.title | replace:"'","&lsquo;"}}' />
10-
<meta property='og:title' content='{{page.title | replace:"'","&lsquo;"}}' />
11-
<meta name='twitter:description' content='{{page.description | markdownify | strip_html | trim_spaces | truncatewords: 30 | escape | replace:"'","&lsquo;" }}' />
12-
<meta property='og:description' content='{{page.description | markdownify | strip_html | trim_spaces | truncatewords: 30 | escape | replace:"'","&lsquo;" }}' />
5+
<meta name='twitter:site' content='@{{ site.maptime.twitter }}' />
6+
<meta property='og:site_name' content='{{ site.maptime.chapter }}' />
7+
<meta name='twitter:url' content='{{ page.permalink }}' />
8+
<meta property='og:url' content='{{ page.permalink }}' />
9+
<meta name='twitter:title' content='{{ page.title | replace:"'","&lsquo;" }}' />
10+
<meta property='og:title' content='{{ page.title | replace:"'","&lsquo;" }}' />
11+
<meta name='twitter:description' content='{{ page.description | replace:"'","&lsquo;" }}' />
12+
<meta property='og:description' content='{{ page.description | replace:"'","&lsquo;" }}' />
1313
{% if page.image %}
1414
<meta name='twitter:image' content='{{page.image | replace:"https:","http:"}}' />
1515
<meta name='st:image' content='{{page.image | replace:"https:","http:"}}' />

_posts/2014-04-28-state-of-maptime.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: post
33
title: The State of Maptime
44
category: blog
5+
6+
description: "State of the Map came and went in a blur. Even with the sleep deprivation and the neck cramps from plane sleeping, it was totally worth it for one big reason: finally getting to meet many of the Maptime organizers and enthusiasts from all over the country, in person, and actually talk face-to-face about Maptime. (OMG!)"
57
---
68

79
<em>Beth &amp; Lyzi gathering info from the Maptime community at State of the Map</em>

_posts/2014-06-07-tilemill-examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: post
33
title: CartoCSS Examples
44
category: blog
5+
6+
description: "Questions often arise about where to find good CartoCSS examples for using the Open Source map design tool, TileMill. Thanks to Will Skora, there are a couple of resources listed."
57
---
68

79
Questions often arise about where to find good CartoCSS examples for using the Open Source map design tool, [TileMill](https://www.mapbox.com/tilemill/). Thanks to [Will Skora](https://twitter.com/skorasaurus), there are a couple of resources listed.

_posts/2014-08-28-self-organizing-new-media-communities.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: post
33
title: Self-Organizing New Media Communities - A Discussion from Code+Ed
44
category: blog
5+
6+
description: "At Maptime Oakland Lyzi presented a workshop about how to create tutorials for Maptime and beyond. By the end of the night, someone proposed an idea: to create a Maptime tutorial devoted to organizing people around a topic they would like to learn."
57
---
68

79
by <a href="http://about.me/beth.schechter" target="_blank">Beth Schechter</a> and <a href="http://www.sandsfish.com/" target="_blank">Sands Fish</a>

_posts/2014-09-03-maptime-at-foss4g.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: post
33
title: Maptime at FOSS4G!
44
category: blog
5+
6+
description: "At MaptimeHQ we’re extremely excited for the FOSS4G conference, not least of all due to the massive amount of participation from Maptimers around the world. (And perhaps the births of a few new chapters?)"
57
---
68
by [Lyzi Diamond](http://lyzidiamond.com)
79

_posts/2014-09-10-null-island-party.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ layout: event
33
category: event
44
title: Maptime Null Island Party
55
rsvp: http://maptimeparty.splashthat.com/
6+
7+
description: "We just hit THIRTY meetup groups around the world! Come join us as we celebrate the growth of our community, and the first birthday of Maptime Null Island (with t-shirts). Your first drink is on us!"
68
---
79

8-
We just hit 30 (THIRTY!!!) meetup groups around the world, so we figured it was time for a party! Come join us as we celebrate the growth of our organization, the first birthday of Maptime Null Island (with t-shirts), and the awesome community we're creating. Your first drink is on us! See you there!
10+
We just hit 30 (THIRTY!!!) meetup groups around the world, so we figured it was time for a party! Come join us as we celebrate the growth of our organization, the first birthday of Maptime Null Island (with t-shirts), and the awesome community we're creating. Your first drink is on us! See you there!
911

1012
Good times were had.

0 commit comments

Comments
 (0)