mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 20:37:59 +01:00
20 lines
510 B
Text
20 lines
510 B
Text
footer
|
|
- footer_data = footer_data()
|
|
|
|
= for column <- footer_data["cols"] do
|
|
.footercol
|
|
h5 = column
|
|
|
|
= for row <- footer_data[column] do
|
|
= if row["bold"] do
|
|
strong
|
|
a href=row["url"] target=row["target"]||"_self" = row["title"]
|
|
- else
|
|
a href=row["url"] target=row["target"]||"_self" = row["title"]
|
|
br
|
|
span
|
|
' Powered by
|
|
a> href="https://github.com/philomena-dev/philomena" philomena
|
|
| (
|
|
= render_time(@conn)
|
|
| ms)
|