Browse Source

hiding latest notes on Japanese version as I do not wish to translate everything

master
jon 2 years ago
parent
commit
41a3c90b51
  1. 4
      themes/nipponalba/layouts/index.jp.html

4
themes/nipponalba/layouts/index.jp.html

@ -6,7 +6,7 @@
<p>また、私の更新情報をご覧になりたい方は、上部のフィードリンクをクリックして、お好みのフィードリンクをお好みのRSSリーダーにコピーしてください。<a href="https://www.asobou.co.jp/blog/life/rss-2" target="_blank">RSSが何か分からない場合は?</a></p>
</section>
<section class="h-feed">
<section class="latest_note" style="display:none;"><h2>最新のノート</h2>
<!--<section class="latest_note" style="display:none;"><h2>最新のノート</h2>
{{ range (first 1 (where .Site.RegularPages "Type" "=" "note")) }}
<article class="index-note h-entry entry">
<section class="author" style="display:none;">
@ -18,13 +18,13 @@
<span class="categories_span">{{ with .Page.Params.category }}カテゴリー: {{ partial "taxonomy/categories.html" . }}{{ end }}</span><span class="info-date"><a href="{{ .Permalink }}" class="u-url"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time></a></span><br/>
</section>
</article> {{ end }}
</section> -->
<h2>日本への移住チェックリスト - 引っ越し代が安い</h2>
<article class="index-note h-entry entry">
<section class="checklist">
<span id="h1">日本への移動する</span><span id="h2">&#10004;</span><span id="h3">醸造家になる</span><span id="h4">&#10007;</span>
</section>
</article>
</section>
<section class="latest_articles"><h2>最新の記事</h2>
{{ range (first 3 (where .Site.RegularPages "Type" "=" "article")) }}
<article class="index-article h-entry entry"><a class="u-url" href="{{ .Permalink }}" title="{{ .Title }}">

Loading…
Cancel
Save