mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
Merge pull request !955
- Fixed config so all URLs now point to 'https://getmonero.org/page' rather than… See merge request monero-project/monero-site!955
This commit is contained in:
commit
e16fa31ff4
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ email: dev@getmonero.org
|
|||
name: Monero
|
||||
description: Monero is a digital currency that is secure, private, and untraceable.
|
||||
keywords: "monero, xmr, bitmonero, cryptocurrency"
|
||||
baseurl: ""
|
||||
baseurl: "https://getmonero.org"
|
||||
url: "https://getmonero.org"
|
||||
|
||||
markdown: kramdown
|
||||
|
|
|
@ -5,7 +5,7 @@ permalink: /press-kit/index.html
|
|||
---
|
||||
|
||||
<div class="text-center container description">
|
||||
<p>{% t press-kit.intro1 %} <strong>{% t press-kit.intro1 %}</strong> {% t press-kit.intro3 %} <a href="/press-kit/monero-press-kit.zip">{% t press-kit.intro4 %}</a></p>
|
||||
<p>{% t press-kit.intro1 %} <strong>{% t press-kit.intro2 %}</strong> {% t press-kit.intro3 %} <a href="/press-kit/monero-press-kit.zip">{% t press-kit.intro4 %}</a></p>
|
||||
</div>
|
||||
<section class="container">
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in a new issue