homesteading_publisher 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3a53ccfb432b5e746588cd441531b4433104b7a
|
4
|
+
data.tar.gz: 8de63d1bfd2856c92572b27ab6368d59bc3b47cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ebafa3486e39418914ed23fedd06870f6e7516d15c6aac7f10cfe0d08bc96ee0128f91320324f8b6ea07a7a76487bcf33a867141e21997b7f7776d2a89ccd42
|
7
|
+
data.tar.gz: ab9dac93bbd52963299b8d802766be21cf2de9dc1408155c2f5d31174998aaa42bc426a7c5aa195dc9e90fea0053f7a50e9e3b3ff7a0f85413cd8ab09f1f9463
|
@@ -23,8 +23,8 @@
|
|
23
23
|
</fieldset>
|
24
24
|
|
25
25
|
<fieldset class="meta">
|
26
|
-
<%= f.label :
|
27
|
-
<%= f.text_field :
|
26
|
+
<%= f.label :categories, class: "screen-reader-only" %>
|
27
|
+
<%= f.text_field :categories, class: "p-hs-categories", placeholder: "#tags" %>
|
28
28
|
|
29
29
|
<%= f.label :in_reply_to, class: "screen-reader-only" %>
|
30
30
|
<%= f.text_field :in_reply_to, class: "u-in-reply-to", placeholder: "In Reply To URLs" %>
|
@@ -38,7 +38,7 @@
|
|
38
38
|
<link rel="alternate" type="text/html" href="<%= canonical_url post %>"/>
|
39
39
|
<title><%= post.name %></title>
|
40
40
|
|
41
|
-
<% post.
|
41
|
+
<% post.categories.split.each do |tag| %>
|
42
42
|
<category scheme="<%= tag %>" term="<%= tag %>" />
|
43
43
|
<% end %>
|
44
44
|
|