Skip to content

Commit

Permalink
Merge branch 'open' into open-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StJudeWasHere committed Sep 9, 2024
2 parents a6cbbe7 + dd0927f commit aa9d106
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 28 deletions.
2 changes: 1 addition & 1 deletion internal/repository/pagereport.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ func (ds *PageReportRepository) FindAllPageReportsByCrawlId(cid int64) <-chan *m
in_sitemap,
depth,
body_hash,
ttf
ttfb
FROM pagereports
WHERE crawl_id = ?`

Expand Down
23 changes: 0 additions & 23 deletions web/css/mobile.css

This file was deleted.

3 changes: 1 addition & 2 deletions web/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@
@import "credentials.css";
@import "intro.css";
@import "mint-intro.css";
@import "footer.css";
@import "mobile.css";
@import "footer.css";
2 changes: 1 addition & 1 deletion web/templates/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<title>
{{ trans .PageTitle }} - SEOnaut
</title>
<link rel="stylesheet" href="/resources/style.css?v=0.29">
<link rel="stylesheet" href="/resources/style.css?v=0.30">
</head>
<body>
<div id="main">
Expand Down
2 changes: 1 addition & 1 deletion web/templates/head_creadentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>
{{ trans .PageTitle }} - SEOnaut
</title>
<link rel="stylesheet" href="/resources/style.css?v=0.29">
<link rel="stylesheet" href="/resources/style.css?v=0.30">
</head>
<body>
<div id="main" class="credentials borderless">
Expand Down

0 comments on commit aa9d106

Please sign in to comment.