Skip to content

Commit

Permalink
🔧 修复fontawesome无法访问的问题(更换至Bolo CDN)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Jan 18, 2021
1 parent ea250f9 commit 23858b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bolo-solo.iml
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,6 @@
<orderEntry type="library" name="Maven: org.zeroturnaround:zt-zip:1.14" level="project" />
<orderEntry type="library" name="Maven: rome:rome:0.9" level="project" />
<orderEntry type="library" name="Maven: jdom:jdom:1.0" level="project" />
<orderEntry type="library" name="font-awesome" level="application" />
</component>
</module>
2 changes: 1 addition & 1 deletion src/main/webapp/admin/admin-index.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<link type="text/css" rel="stylesheet" href="${staticServePath}/scss/admin.css?${staticResourceVersion}" />
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/chart.js@2.9.3/dist/Chart.min.css" />
<meta name="robots" content="fn__none" />
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://ftp.stackoverflow.wiki/bolo/start/css/font-awesome.min.css" rel="stylesheet">
</@head>
</head>
<body onhashchange="admin.setCurByHash();">
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/skins/bolo-xups/index.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<@head title="${blogTitle}">
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/style.css?${staticResourceVersion}" />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://ftp.stackoverflow.wiki/bolo/start/css/font-awesome.min.css" rel="stylesheet">
</@head>
</head>
<body class="body--gray">
Expand Down

0 comments on commit 23858b5

Please sign in to comment.