mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
feat: populate footer links
This commit is contained in:
parent
7766c61b9d
commit
ef57c404cf
2 changed files with 24 additions and 24 deletions
|
@ -14,7 +14,7 @@ description: pages.community.description
|
|||
<section id="community-discussion" class="section section--cta">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.discussion-heading %}</h2>
|
||||
<h2>{% t pages.community.discussion-heading %}<a class="permalink" title="Permalink" id="discussion"></a></h2>
|
||||
|
||||
{% tmd pages.community.discussion-text %}
|
||||
</div>
|
||||
|
@ -89,7 +89,7 @@ description: pages.community.description
|
|||
<section id="community-social" class="section section--cta section--gray-light-bg">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.social-heading %}</h2>
|
||||
<h2>{% t pages.community.social-heading %}<a class="permalink" title="Permalink" id="social"></a></h2>
|
||||
|
||||
{% tmd pages.community.social-text %}
|
||||
</div>
|
||||
|
@ -146,7 +146,7 @@ description: pages.community.description
|
|||
<section id="community-news" class="section section--cta">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.news-heading %}</h2>
|
||||
<h2>{% t pages.community.news-heading %}<a class="permalink" title="Permalink" id="news"></a></h2>
|
||||
|
||||
{% tmd pages.community.news-text %}
|
||||
</div>
|
||||
|
@ -212,7 +212,7 @@ description: pages.community.description
|
|||
<section id="community-development" class="section section--cta section--gray-light-bg">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.development-heading %}</h2>
|
||||
<h2>{% t pages.community.development-heading %}<a class="permalink" title="Permalink" id="development"></a></h2>
|
||||
|
||||
{% tmd pages.community.development-text %}
|
||||
</div>
|
||||
|
@ -257,7 +257,7 @@ description: pages.community.description
|
|||
<section id="community-masternode" class="section section--cta">
|
||||
<div class="section__content">
|
||||
<div>
|
||||
<h2>{% t pages.community.masternode-heading %}</h2>
|
||||
<h2>{% t pages.community.masternode-heading %}<a class="permalink" title="Permalink" id="masternodes"></a></h2>
|
||||
|
||||
{% tmd pages.community.masternode-text %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue