added guid
[www.git] / asciidoctor / src / main / java / Main.java
index cfb5591..843189d 100644 (file)
@@ -72,6 +72,7 @@ public class Main {
                        
                        e = new SyndEntryImpl();
                        e.setTitle(h.getDocumentTitle().getMain());
+                       e.setUri(props.getProperty("feed.baseurl") + "/" + html.getName());
                        
                        c = new SyndContentImpl();
                        c.setType("text/html");