A tumblelog theme for Hugo
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

7 行
122 B

  1. <!-- /layouts/shortcodes/twitter.html template -->
  2. <div>
  3. Twitter:
  4. {{ .Get 0 }}
  5. </div>
  6. <!-- Twitter shortcode ends -->