Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increased users privacy by waiving all third-party providers. #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions layouts/partials/footer-scripts.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<script src="https://blog.uicard.io/js/highlight.min.js"></script>
<script src="{{ .Site.BaseURL }}js/vendor/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>

</body>
<!-- some scripts -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="{{ .Site.BaseURL }}js/vendor/jquery-3.2.1.min.js"></script>
<script src="{{ .Site.BaseURL }}js/vendor/popper-1.12.9.min.js"></script>
<script src="{{ .Site.BaseURL }}js/vendor/bootstrap-4.0.0.min.js"></script>
<script src="{{ .Site.BaseURL }}js/main.js"></script>
</html>

</html>
14 changes: 7 additions & 7 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<!DOCTYPE html>
<html lang="en-US">

<head>
<title>
{{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }}
Expand All @@ -16,16 +17,15 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Including the bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/vendor/bootstrap.min.css">
<!-- Social Icon fonts -->
<link rel="stylesheet" href="https://d1azc1qln24ryf.cloudfront.net/114779/Socicon/style-cf.css?u8vidh">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/vendor/Socicon.css">

<link rel="stylesheet" type="text/css" href="{{.Site.BaseURL}}css/styles.css">
<!-- Including google fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:800" rel="stylesheet">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/highlight.css">
<!-- Font awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">

<!-- Font awesome -->
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/vendor/fontawesome-all.min.css">

<!-- Meta tags -->
<meta name="author" content="{{ $config.author }}">
Expand All @@ -34,7 +34,7 @@
{{ range .AlternativeOutputFormats -}}
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}" />
{{ end -}}

{{ partial "seo_schema.html" . }}

</head>
Expand Down
20 changes: 20 additions & 0 deletions static/css/styles.css

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

Loading