mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-05 14:07:01 +00:00
Clean up index.html and remove nofollow meta (Search Engines, come here, yes!)
This commit is contained in:
parent
2d0d15b804
commit
ea7d1ce1c5
1 changed files with 0 additions and 9 deletions
|
@ -8,9 +8,6 @@
|
|||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
|
||||
<!-- Don't indes this example page -->
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
|
||||
<!-- Favicon and title -->
|
||||
<link rel="icon" href="https://design.codeberg.org/favicon.ico">
|
||||
<title>Codeberg Pages - static pages for your projects</title>
|
||||
|
@ -28,16 +25,10 @@
|
|||
<link href="https://fonts.codeberg.org/dist/fontawesome5/css/all.min.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body data-dm-shortcut-enabled="true" data-set-preferred-mode-onload="true">
|
||||
<!-- Modals go here -->
|
||||
<!-- Reference: https://www.gethalfmoon.com/docs/modal -->
|
||||
|
||||
<!-- Page wrapper start -->
|
||||
<div class="page-wrapper with-navbar">
|
||||
|
||||
<!-- Sticky alerts (toasts), empty container -->
|
||||
<!-- Reference: https://www.gethalfmoon.com/docs/sticky-alerts-toasts -->
|
||||
<div class="sticky-alerts"></div>
|
||||
|
||||
<!-- Navbar start -->
|
||||
<nav class="navbar">
|
||||
<!-- Reference: https://www.gethalfmoon.com/docs/navbar -->
|
||||
|
|
Loading…
Reference in a new issue