mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-10 07:56:50 -04:00
[pl][calendar] add miastamaszerujace.pl as a source
This commit is contained in:
parent
96960a248e
commit
a734604fec
@ -57,12 +57,26 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<section v-if="(config.calendar.sources || []).length">
|
||||||
|
<h3>
|
||||||
|
<Icon v="link"/>
|
||||||
|
<T>profile.links</T>
|
||||||
|
</h3>
|
||||||
|
<ul>
|
||||||
|
<li v-for="source in config.calendar.sources">
|
||||||
|
<a :href="source" target="_blank" rel="noopener">
|
||||||
|
{{clearUrl(source)}}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import ClipboardJS from 'clipboard';
|
import ClipboardJS from 'clipboard';
|
||||||
import {socialLinks} from '../src/contact';
|
import {socialLinks} from '../src/contact';
|
||||||
|
import {clearUrl} from "../src/helpers";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
@ -76,6 +90,7 @@
|
|||||||
socialLinks.calendar.mastodon,
|
socialLinks.calendar.mastodon,
|
||||||
socialLinks.calendar.twitter,
|
socialLinks.calendar.twitter,
|
||||||
],
|
],
|
||||||
|
clearUrl,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
@ -1853,6 +1853,8 @@ profile:
|
|||||||
calendar:
|
calendar:
|
||||||
enabled: true
|
enabled: true
|
||||||
route: 'kalendarz'
|
route: 'kalendarz'
|
||||||
|
sources:
|
||||||
|
- 'https://miastamaszerujace.pl/'
|
||||||
|
|
||||||
census:
|
census:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user