mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 22:16:15 -04:00
More work on marketing pages
This commit is contained in:
parent
12564261f4
commit
f44e6af8ad
16 changed files with 479 additions and 145 deletions
|
@ -13,6 +13,9 @@ const resp = fetch("/resources/testimonials.json").then(async resp => {
|
|||
} else {
|
||||
$_('.testimonial-name', tpl).innerText = testimonial.name || "";
|
||||
}
|
||||
if (testimonial.link) {
|
||||
$_('.testimonial-name', tpl).href = testimonial.link;
|
||||
}
|
||||
$_('.testimonial-role', tpl).innerText = testimonial.role || "";
|
||||
if (testimonial.org) {
|
||||
$_('.testimonial-role', tpl).appendChild(document.createElement("br"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue