Skip to content

Commit

Permalink
1.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
solstice23 committed Aug 24, 2020
1 parent 6773c6c commit 21d49c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion argontheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ function getGithubInfoCardContent(){
dataType : "json",
success : function(result){
description = result.description;
if (result.homepage != ""){
if (result.homepage != "" && result.homepage != null){
description += " <a href='" + result.homepage + "' target='_blank' no-pjax>" + result.homepage + "</a>"
}
$(".github-info-card-description" , $this).html(description);
Expand Down
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "1.0.1",
"version" : "1.0.1.1",
"details_url" : "https://github.com/solstice23/argon-theme/releases",
"download_url" : "https://github.com/solstice23/argon-theme/releases/download/v1.0.1/argon.zip"
"download_url" : "https://github.com/solstice23/argon-theme/releases/download/v1.0.1.1/argon.zip"
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: argon
Author: solstice23
Author URI: https://solstice23.top/
Description: 轻盈、简洁、美观的 Wordpress 主题
Version: 1.0.1
Version: 1.0.1.1
License: GNU General Public License v3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: 简约, 两栏, 侧栏在左边, 浮动侧栏, 文章目录, 自适应, 夜间模式, 可自定义
Expand Down

0 comments on commit 21d49c4

Please sign in to comment.