File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ <h2 class="toppage-h">Information</h2>
34
34
< h2 class ="toppage-h "> Research & Development</ h2 >
35
35
<!-- External Documentation -->
36
36
37
+ {{ if eq .Site.Language.Lang "ja" }}
37
38
< div class ="info-card ">
38
39
{{ with resources.GetRemote "https://qiita.com/Lemon73/feed" | transform.Unmarshal }}
39
40
{{ range ( first 3 .entry ) }}
@@ -43,11 +44,25 @@ <h2 class="toppage-h">Research & Development</h2>
43
44
< p id ="info-summary "> {{ index .content "#text" | plainify }}</ p >
44
45
</ a >
45
46
{{ end }}
46
- </ ul >
47
- {{ end }}
47
+ {{ end }}
48
48
</ div >
49
49
50
50
< p > < a href ="https://qiita.com/Lemon73 "> See more...</ a > </ p >
51
+ {{ else if eq .Site.Language.Lang "en" }}
52
+ < div class ="info-card ">
53
+ {{ with resources.GetRemote "https://alicenovel.web.app/en/blog/index.xml" | transform.Unmarshal }}
54
+ {{ range ( first 3 .channel.item ) }}
55
+ < a href ="https://alicenovel.web.app{{ .link }} " target ="_blank ">
56
+ < p id ="info-date "> {{ .pubDate | time.Format "2006.01.02" }} (Alice Project)</ p >
57
+ < p id ="info-title "> {{ .title }}</ p >
58
+ < p id ="info-summary "> {{ index .description | plainify }}</ p >
59
+ </ a >
60
+ {{ end }}
61
+ {{ end }}
62
+ </ div >
63
+
64
+ < p > < a href ="https://alicenovel.web.app/en/blog "> See more...</ a > </ p >
65
+ {{ end }}
51
66
52
67
< h2 class ="toppage-h "> About</ h2 >
53
68
You can’t perform that action at this time.
0 commit comments