Add go repo meta and change font-awesome
- Font awesome hasn't got gitea icon, fork-awesome has it - Allow katenary.io to be the go package name
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="go-import" content="katenary.io git https://repo.katenary.io/katenary/katenary">
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
@@ -16,9 +17,12 @@
|
||||
<title>Katenary - Effortless Helm Chart Conversion</title>
|
||||
<link rel="stylesheet" href="main.css" />
|
||||
|
||||
<link
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
|
||||
rel="stylesheet"
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/fork-awesome/1.2.0/css/fork-awesome.min.css"
|
||||
integrity="sha512-aupidr80M36SeyviA/hZ2uEPnvt2dTJfyjm9y6z1MgaV13TgzmDiFdsH3cvSNG27mRIj7gJ2gNeg1HeySJyE3Q=="
|
||||
crossorigin="anonymous"
|
||||
referrerpolicy="no-referrer"
|
||||
/>
|
||||
|
||||
<link
|
||||
|
@@ -434,13 +434,12 @@ footer {
|
||||
text-align: center;
|
||||
padding: 20px 0;
|
||||
font-size: 0.9rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
footer section {
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
flex: 1 1 250px;
|
||||
flex: 1 1 250px !important;
|
||||
}
|
||||
|
||||
footer section p {
|
||||
|
Reference in New Issue
Block a user