Font change social share

This commit is contained in:
gurusabarish
2021-07-31 12:52:44 +05:30
parent 1798378ead
commit 2afd1c8305
5 changed files with 91 additions and 7 deletions
+7
View File
@@ -17,6 +17,8 @@
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300&display=swap"
rel="stylesheet">
<script src="/js/popper.min.js"></script>
{{- block "head" . -}}{{- end }}
{{ else }}
{{ end }}
@@ -46,6 +48,11 @@
{{- partial "sections/v3/navbar.html" . -}}
{{- block "main" . -}}{{- end }}
{{- partial "sections/v3/footer.html" . -}}
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
<script>
$('.darkmode-label').click(function () {
$("body").toggleClass("darkmode");