forked from organicmaps/website
update links
This commit is contained in:
parent
3bf77fa6f2
commit
da62a21ca5
5 changed files with 4 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: API Page
|
||||
title: API Page
|
||||
description: To visit api paease click
|
||||
template: pure.html
|
||||
weight: 10
|
||||
|
|
|
@ -1 +1 @@
|
|||
<a class="button button--main" href="/new-donate">{{trans(key='donate-title', lang=lang)}}</a>
|
||||
<a class="button button--main" href="/donate">{{trans(key='donate-title', lang=lang)}}</a>
|
|
@ -57,10 +57,6 @@
|
|||
</ul>
|
||||
{%- endfor -%}
|
||||
|
||||
|
||||
|
||||
<h1>test</h1>
|
||||
|
||||
<script>
|
||||
|
||||
let faqs = [
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="container support-block__container">
|
||||
<h3 class="h3-bold support-block__title"> {{ trans(key='ged-involved-title', lang=lang) }}</h3>
|
||||
<div class="support-block__row">
|
||||
<a href="/new-donate" class="support-block__card">
|
||||
<a href="/donate" class="support-block__card">
|
||||
|
||||
{% include 'ui/icons/header/donate.html' %}
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{% include 'components/donate-button.html' %}
|
||||
</div>
|
||||
<div class="donate__img">
|
||||
<a href="/new-donate" target="_blank">
|
||||
<a href="/donate" target="_blank">
|
||||
{% include 'ui/icons/community/donate.html' %}
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue