Skip to content

Commit

Permalink
Fix rel attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyoung committed Jun 2, 2015
1 parent 675a1c6 commit df87793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/profile-card/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="texture.css">
<link rel="stylesheet" type="text/gss" href="structure.gss">
<link rel="stylesheet/gss" type="text/gss" href="structure.gss">
<!-- GSS -->

</head>
Expand Down
2 changes: 1 addition & 1 deletion usage/_posts/2014-01-20-client-side.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
To load your `.gss` stylesheets, just add `type=text/gss`:

{% highlight html %}
<link rel="stylesheet" type="text/gss" href="my-awesome-styles.gss"></link>
<link rel="stylesheet/gss" type="text/gss" href="my-awesome-styles.gss"></link>
{% endhighlight %}

Likewise, inline GSS works with a simple `type="text/gss"`:
Expand Down

0 comments on commit df87793

Please sign in to comment.