Closed qianfoling closed 10 years ago
Now you can do whatever you want with this footer.first variable. It doesn't have to be a link, mailto, ... you can even put an img tag (with or without a link on it)
Thanks. I use Cody version 3.2.2. I have made a few changes in the footer.ejs, as below: Original <% if (first && (typeof first !== "undefined")) { %> <%= first.render() %> <% } %> Modyfied <% if (first && (typeof first !== "undefined")) { %> <%- first.render() %>
Escapes html by default with <%= code %> Unescaped buffering with <%- code %>
I am learning to use cody cms. In the management interface, footer.first use the default settings. as shown in Figure
visit the website, the render page footer display:
Is this correct? Why not a hyperlink