/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-04-30 23:41:33 +09:00
parent 10e318f188
commit c1a4eb932f

View file

@ -55,6 +55,12 @@
{% endfor %} {% endfor %}
</div> </div>
<script type="text/javascript">
$(document).ready(function () {
$('a[href^="http://"], a[href^="https://"]').not('a[class*=internal]').attr('target', '_blank');
});
</script>
</body> </body>
</html> </html>