Skip to content

Commit 6ee67c4

Browse files
authored
Update README.md
1 parent 727431e commit 6ee67c4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

BloggerTemplate/README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Customize Your Google Blogger Template
22

3-
Customize [this XML code](https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/BloggerTemplate.xhtml) with this README.md file!
3+
Customize [this XML code](https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/BloggerTemplate.xhtml) with this README.md file!
44

55
## Overview
66

@@ -21,7 +21,7 @@ Customize [this XML code](https://github.com/5j54d93/Google-Blogger-Template/blo
2121

2222
## Navbar
2323

24-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Navbar.png" width='100%' height='100%'/>
24+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Navbar.png" width='100%' height='100%'/>
2525

2626
- [LINE 223](https://github.com/5j54d93/Google-Blogger-Template/blob/1dff835b2763b0f5e5182e392efd31b14a9b93d9/BloggerTemplate/BloggerTemplate.xhtml#L223):change `看我所見` to yuor blog title
2727

@@ -56,7 +56,7 @@ Customize [this XML code](https://github.com/5j54d93/Google-Blogger-Template/blo
5656
</div>
5757
```
5858

59-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Navbar:social%20media%20links.png" width='100%' height='100%'/>
59+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Navbar:social%20media%20links.png" width='100%' height='100%'/>
6060

6161
- [LINE 260 ~ LINE 302](https://github.com/5j54d93/Google-Blogger-Template/blob/a522867eef459f7971b3977a82a48d8fd821b61b/BloggerTemplate/BloggerTemplate.xhtml#L260-L302):change `href` in each tag `<a>` to your social media link
6262

@@ -108,7 +108,7 @@ Customize [this XML code](https://github.com/5j54d93/Google-Blogger-Template/blo
108108

109109
## Main
110110

111-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Most%20popular%20post.png" width='100%' height='100%'/>
111+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Most%20popular%20post.png" width='100%' height='100%'/>
112112

113113
- [LINE 320 ~ LINE 327](https://github.com/5j54d93/Google-Blogger-Template/blob/9e39c18ed49af59993ff495ccfce373bb067d215/BloggerTemplate/BloggerTemplate.xhtml#L320-L327):code here will automatically show the most popular post, all you need to do is:
114114
- `發燒文章` means popular article:translate it to your language
@@ -128,13 +128,13 @@ Customize [this XML code](https://github.com/5j54d93/Google-Blogger-Template/blo
128128
</div>
129129
```
130130

131-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Archive%20Tag.png" width='100%' height='100%'/>
131+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Archive%20Tag.png" width='100%' height='100%'/>
132132

133-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/404%20Tag.png" width='100%' height='100%'/>
133+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/404%20Tag.png" width='100%' height='100%'/>
134134

135-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Search%20None.png" width='50%' height='100%'/><img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Search.png" width='50%' height='100%'/>
135+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Search%20None.png" width='50%' height='100%'/><img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Search.png" width='50%' height='100%'/>
136136

137-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Search%20Date.png" width='100%' height='100%'/>
137+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Search%20Date.png" width='100%' height='100%'/>
138138

139139
- [LINE 369 ~ LINE 388](https://github.com/5j54d93/Google-Blogger-Template/blob/78b95010566af0cb434b3c655420fe79927f297d/BloggerTemplate/BloggerTemplate.xhtml#L369-L388):different tag between different blog page type(I've translated code below for you!)
140140

@@ -161,7 +161,7 @@ there are <data:posts.length/> posts about&#12300;<data:blog.pageName/>&#12301;
161161
</h4>
162162
```
163163

164-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Blog%20Page%20Link.png" width='100%' height='100%'/>
164+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Blog%20Page%20Link.png" width='100%' height='100%'/>
165165

166166
- [LINE 449 ~ LINE 474](https://github.com/5j54d93/Google-Blogger-Template/blob/0cf85a26a5f5c200cb0a3533dd3ce14d1b468995/BloggerTemplate/BloggerTemplate.xhtml#L449-L474):newer link、Home、older link after post(I've translated code below for you!)
167167

@@ -194,7 +194,7 @@ there are <data:posts.length/> posts about&#12300;<data:blog.pageName/>&#12301;
194194
</div>
195195
```
196196

197-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Blog%20Post%20Info.png" width='100%' height='100%'/>
197+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Blog%20Post%20Info.png" width='100%' height='100%'/>
198198

199199
- [LINE 479 ~ LINE 496](https://github.com/5j54d93/Google-Blogger-Template/blob/0cf85a26a5f5c200cb0a3533dd3ce14d1b468995/BloggerTemplate/BloggerTemplate.xhtml#L479-L496):Post info:title、post date、number of comments、topic button
200200

@@ -219,7 +219,7 @@ there are <data:posts.length/> posts about&#12300;<data:blog.pageName/>&#12301;
219219
</header>
220220
```
221221

222-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Share%20Button.png" width='30%' height='100%'/>
222+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Share%20Button.png" width='30%' height='100%'/>
223223

224224
- [LINE 502 ~ LINE 507](https://github.com/5j54d93/Google-Blogger-Template/blob/0cf85a26a5f5c200cb0a3533dd3ce14d1b468995/BloggerTemplate/BloggerTemplate.xhtml#L502-L507):triger modal on click
225225

@@ -232,7 +232,7 @@ there are <data:posts.length/> posts about&#12300;<data:blog.pageName/>&#12301;
232232
</button>
233233
```
234234

235-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Copy%20Link%20Modal.png" width='100%' height='100%'/>
235+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Copy%20Link%20Modal.png" width='100%' height='100%'/>
236236

237237
- [LINE 508 ~ LINE 534](https://github.com/5j54d93/Google-Blogger-Template/blob/0cf85a26a5f5c200cb0a3533dd3ce14d1b468995/BloggerTemplate/BloggerTemplate.xhtml#L508-L534):Modal for copy post link
238238

@@ -266,7 +266,7 @@ there are <data:posts.length/> posts about&#12300;<data:blog.pageName/>&#12301;
266266
</script>
267267
```
268268

269-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Toast.png" width='100%' height='100%'/>
269+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Toast.png" width='100%' height='100%'/>
270270

271271
- [LINE 535 ~ LINE 544](https://github.com/5j54d93/Google-Blogger-Template/blob/0cf85a26a5f5c200cb0a3533dd3ce14d1b468995/BloggerTemplate/BloggerTemplate.xhtml#L535-L544):Toast for「Link copied to clipboard」alert
272272

@@ -283,7 +283,7 @@ there are <data:posts.length/> posts about&#12300;<data:blog.pageName/>&#12301;
283283
</div>
284284
```
285285

286-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/ShareButtons.png" width='100%' height='100%'/>
286+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/ShareButtons.png" width='100%' height='100%'/>
287287

288288
- [LINE 574 ~ LINE 603](https://github.com/5j54d93/Google-Blogger-Template/blob/0cf85a26a5f5c200cb0a3533dd3ce14d1b468995/BloggerTemplate/BloggerTemplate.xhtml#L574-L603):Share buttons to share post to socail media
289289

@@ -320,7 +320,7 @@ there are <data:posts.length/> posts about&#12300;<data:blog.pageName/>&#12301;
320320
</a>
321321
```
322322

323-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/PopularPosts.png" width='100%' height='100%'/>
323+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/PopularPosts.png" width='100%' height='100%'/>
324324

325325
- [LINE 846 ~ LINE 859](https://github.com/5j54d93/Google-Blogger-Template/blob/183310d3b561c5b25098f43bb3e9c3df98182bba/BloggerTemplate/BloggerTemplate.xhtml#L846-L859):10 popular posts this month
326326

@@ -343,7 +343,7 @@ there are <data:posts.length/> posts about&#12300;<data:blog.pageName/>&#12301;
343343

344344
## Side Bar
345345

346-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Side%20Bar.png" width='50%' height='100%'/>
346+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Side%20Bar.png" width='50%' height='100%'/>
347347

348348
- [LINE 868](https://github.com/5j54d93/Google-Blogger-Template/blob/39af93de0698abddc59311e213689286a740a013/BloggerTemplate/BloggerTemplate.xhtml#L868):I've translated code for you, so just write something about your blog
349349

@@ -353,7 +353,7 @@ there are <data:posts.length/> posts about&#12300;<data:blog.pageName/>&#12301;
353353

354354
## Footer
355355

356-
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/main/BloggerTemplate/.github/assets/Footer.png" width='100%' height='100%'/>
356+
<img src="https://github.com/5j54d93/Google-Blogger-Template/blob/v2.0.0/BloggerTemplate/.github/assets/Footer.png" width='100%' height='100%'/>
357357

358358
- [LINE 931 ~ LINE 941](https://github.com/5j54d93/Google-Blogger-Template/blob/39af93de0698abddc59311e213689286a740a013/BloggerTemplate/BloggerTemplate.xhtml#L931-L941):write copyright and links for your blog
359359

0 commit comments

Comments
 (0)