自分のブログ名

sheephumanのブログ

ひつじ好きな人間のブログ。

Topページをカスタマイズした

 

 

 かなりめんどくがりなんで、Topページを

 記事一覧に飛ぶように替えただけです。Head直下に以下のコードを挿入するだけでできます。

 

 

<script type="text/javascript">
  if( location.href == 'https://自分のURL/'){
  location.href='https://自分のURL/archive';
}
</script>
<noscript>
<p><a href="https://自分のURL/archive">自分のブログ名</a></p>
</noscript>

 

 

f:id:sheephuman:20210205110639p:plain

 

 

参考にしたやつ

romita.hatenablog.com

 

 

f:id:sheephuman:20210202120820p:plain