Skip to content

Commit

Permalink
fixed adding Atom link to the pages
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 54a62b2c03dd447ce877c63c1e62d240881930d78fe4a6fd951be1777b2b76b6
  • Loading branch information
thindil committed Nov 13, 2019
1 parent c368d48 commit 23df176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts.adb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ package body Layouts is
Put_Line(LayoutFile, "<html lang=""{%Language%}"">");
Put_Line(LayoutFile, "<head>");
Put_Line(LayoutFile, "<meta charset=""UTF-8"">");
Put_Line(LayoutFile, "@@IF@@ not {%AtomLink%} = """"");
Put_Line(LayoutFile, "@@IF@@ {%AtomLink%} /= """"");
Put_Line(LayoutFile, "{%AtomLink%}");
Put_Line(LayoutFile, "@@END_IF@@");
Put_Line(LayoutFile, "<title>{%Name%}</title>");
Expand Down

0 comments on commit 23df176

Please sign in to comment.