We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386b43d commit 7150e03Copy full SHA for 7150e03
templates/base_subscribe.html
@@ -46,7 +46,10 @@
46
{% block body %}{% endblock %}
47
<footer class="footer" style="margin-top: 50px;">
48
<div class="content has-text-centered">
49
- <p><a href="https://volunteer.coscup.org/docs/zh-TW/secretary_team/overview/">COSCUP 行政組</a>與電子報訂閱服務</p>
+ <p>
50
+ <a href="https://volunteer.coscup.org/docs/zh-TW/secretary_team/overview/">COSCUP 行政組</a>與電子報訂閱服務<br>
51
+ <a href="https://volunteer.coscup.org/docs/zh-TW/about_coscup/newsletters/overview/">舊報攤(過往電子報)</a> | <a href="https://volunteer.coscup.org/docs/about_coscup/newsletters/overview/">Archived Newsletters</a>
52
+ </p>
53
</div>
54
</footer>
55
<script src="/js/vue.min.js"></script>
0 commit comments