13 lines
235 B
Markdown
13 lines
235 B
Markdown
---
|
|
favicon: /favicons/reddit.svg
|
|
items:
|
|
- name: Create link post
|
|
desc: Create a new link post within a subreddit.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|