File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
themes/influencer-hugo/layouts Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 6
6
image : " images/about/book.png"
7
7
content : " 近年の技術の発展により、画像生成技術はますます身近になっています。本書は、画像生成について実践的に学べるように、Pythonを使った実装を示しています。"
8
8
price : " 3,850円"
9
- breakdown : " ( 本体3,500円+税10%) "
9
+ breakdown : " 本体3,500円+税10%"
10
10
11
11
# ####################### Book Preview ##########################
12
12
preview :
Original file line number Diff line number Diff line change 9
9
< div class ="col-lg-7 col-md-8 ">
10
10
< div class ="main-banner ">
11
11
< span class ="text-color font-weight-bold "> {{ .writer | markdownify }}</ span >
12
- < h1 class ="mb-3 mt-2 "> {{ .title | markdownify }}</ h1 >
12
+ < h1 class ="mb-3 mt-2 "> < budoux-ja > {{ .title | markdownify }}</ budoux-ja > </ h1 >
13
13
14
14
< div class ="mb-4 ">
15
- < h4 > Price :- < span class ="text-color "> ${{ .price }}</ span > </ h4 >
15
+ < h4 >
16
+ < span class ="text-color "> {{ .price }}</ span >
17
+ < span class ="mb-4 "> ({{ .breakdown }})</ span >
18
+ </ h4 >
16
19
</ div >
17
- < p class ="mb-4 "> {{ .content | markdownify }}</ p >
20
+ < p >
21
+ < budoux-ja class ="mb-4 "> {{ .content | markdownify }}</ budoux-ja >
22
+ </ p >
18
23
< button class ="snipcart-add-item btn btn-main mt-2 " data-item-id ="1 "
19
24
data-item-name ="{{ .title | markdownify }} " data-item-image ="{{ .image | absURL }} "
20
25
data-item-price ="{{ .price }} " data-item-url ="/ ">
21
- Purchase now < i class ="ti-angle-right ml-3 "> </ i >
26
+ 購入はこちら < i class ="ti-angle-right ml-3 "> </ i >
22
27
</ button >
23
28
</ div >
24
29
</ div >
You can’t perform that action at this time.
0 commit comments