mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-08 06:51:43 -04:00
[pl][calendar] add miastamaszerujace.pl as a source
This commit is contained in:
parent
96960a248e
commit
a734604fec
@ -57,12 +57,26 @@
|
||||
</p>
|
||||
</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>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ClipboardJS from 'clipboard';
|
||||
import {socialLinks} from '../src/contact';
|
||||
import {clearUrl} from "../src/helpers";
|
||||
|
||||
export default {
|
||||
props: {
|
||||
@ -76,6 +90,7 @@
|
||||
socialLinks.calendar.mastodon,
|
||||
socialLinks.calendar.twitter,
|
||||
],
|
||||
clearUrl,
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
@ -1853,6 +1853,8 @@ profile:
|
||||
calendar:
|
||||
enabled: true
|
||||
route: 'kalendarz'
|
||||
sources:
|
||||
- 'https://miastamaszerujace.pl/'
|
||||
|
||||
census:
|
||||
enabled: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user