Open Graph metadata, Discord icon
This commit is contained in:
67
layouts/partials/footer.html
Normal file
67
layouts/partials/footer.html
Normal file
@@ -0,0 +1,67 @@
|
||||
{{"<!-- end Contact Area -->" | safeHTML}}
|
||||
<footer id="footer" class="bg-one">
|
||||
<div class="container">
|
||||
<div class="row wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="col-xl-12">
|
||||
|
||||
{{"<!-- Footer Social Links -->" | safeHTML}}
|
||||
<div class="social-icon">
|
||||
<ul class="list-inline">
|
||||
{{ range .Site.Params.footer.socialIcon }}
|
||||
<li class="list-inline-item"><a class="rounded" href="{{ .url }}"><img
|
||||
class="my-2" src="{{ .img }}" alt="social-icon"/></a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{{"<!-- copyright -->" | safeHTML}}
|
||||
<div class="copyright text-center">
|
||||
<a href="{{ .Site.BaseURL | absURL }}">
|
||||
<img src="{{ .Site.Params.logo | absURL }}" alt="Meghna" />
|
||||
</a>
|
||||
<br>
|
||||
<p>Design And Developed by <a href="{{ .Site.Params.footer.copyrightURL | absURL }}"> {{ with .Site.Params.footer.copyright }} {{ . }} {{ end }} </a>. Copyright © <script>
|
||||
document.write(new Date().getFullYear())
|
||||
</script>. All Rights Reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{{"<!-- /footer -->" | safeHTML}}
|
||||
|
||||
{{"<!-- Essential Scripts -->" | safeHTML}}
|
||||
|
||||
{{"<!-- Main jQuery -->" | safeHTML}}
|
||||
<script type="text/javascript" src="{{ "plugins/jquery/dist/jquery.min.js" | absURL}}"></script>
|
||||
{{"<!-- Bootstrap 4.3 + Popper -->" | safeHTML}}
|
||||
<script type="text/javascript" src="{{ "plugins/bootstrap/dist/js/bootstrap.bundle.min.js" | absURL}}"></script>
|
||||
{{"<!-- Slick Carousel -->" | safeHTML}}
|
||||
<script type="text/javascript" src="{{ "plugins/slick-carousel/slick/slick.min.js" | absURL}}"></script>
|
||||
{{"<!-- Portfolio Filtering -->" | safeHTML}}
|
||||
<script type="text/javascript" src="{{ "plugins/filterzr/jquery.filterizr.min.js" | absURL}}"></script>
|
||||
{{"<!-- Magnific popup -->" | safeHTML}}
|
||||
<script type="text/javascript" src="{{ "plugins/magnific-popup/dist/jquery.magnific-popup.min.js" | absURL}}"></script>
|
||||
{{"<!-- Google Map API -->" | safeHTML}}
|
||||
<script type="text/javascript" src="{{ .Site.Params.gmapAPI | absURL }}"></script>
|
||||
{{"<!-- Number Counter Script -->" | safeHTML}}
|
||||
<script type="text/javascript" src="{{ "plugins/count-to/jquery.countTo.js" | absURL}}"></script>
|
||||
{{"<!-- wow.min Script -->" | safeHTML}}
|
||||
<script type="text/javascript" src="{{ "plugins/wow/dist/wow.min.js" | absURL}}"></script>
|
||||
{{"<!-- Scroll behavior polyfill -->" | safeHTML}}
|
||||
{{ $scroll := resources.Get "js/scroll-behavior-polyfill.js" | minify}}
|
||||
<script src="{{ $scroll.Permalink }}"></script>
|
||||
{{"<!-- Sweet Alert -->" | safeHTML}}
|
||||
<script type="text/javascript" src="{{ "plugins/sweet-alert/sweetalert.min.js" | absURL}}"></script>
|
||||
{{"<!-- Custom js -->" | safeHTML}}
|
||||
{{ $script := resources.Get "js/script.js" | minify}}
|
||||
<script src="{{ $script.Permalink }}"></script>
|
||||
{{ "<!-- google analitycs -->" | safeHTML }}
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', '{{ .Site.Params.googleAnalitycsID }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
37
layouts/partials/head.html
Normal file
37
layouts/partials/head.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="description" content="{{ if .Description }}{{ .Description }}{{else if .IsPage}}{{ .Summary | plainify}}{{ else }}{{.Site.Params.description}}{{ end }}">
|
||||
<meta name="author" content="{{ with .Params.author }}{{ . }}{{else}}{{ with .Site.Params.author}}{{ . }}{{ end }}{{end}}">
|
||||
|
||||
{{ "<!-- Mobile Specific Meta -->" | safeHTML }}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{ hugo.Generator }}
|
||||
|
||||
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else if .IsPage}}{{ .Title }}{{" | "}}{{ .CurrentSection.Title }}{{else if eq .Section "author" }}{{if .Params.name}}{{.Params.name}} | {{ i18n "authorOfPostsOnBlog" }} „{{.Site.Title}}" {{else}}{{ i18n "authorsOfPostsOnBlog" }} „{{.Site.Title}}"{{end}}{{else if eq .Section "blog" }}{{ i18n "blogs" }} | {{ .Site.Title}}{{else}}{{ .Title }}{{with .Params.Description}}{{" | " .}}{{ end }}{{ end }}</title>
|
||||
|
||||
|
||||
{{"<!-- Favicon -->" |safeHTML}}
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{{ "images/favicon.ico" | absURL }}"/>
|
||||
|
||||
{{"<!-- CSS -->"|safeHTML}}
|
||||
{{"<!-- Fontawesome Icon font -->"|safeHTML}}
|
||||
<link rel="stylesheet" href="{{"plugins/themefisher-font/style.css" | absURL}}">
|
||||
{{"<!-- bootstrap.min css -->"|safeHTML}}
|
||||
<link rel="stylesheet" href="{{"plugins/bootstrap/dist/css/bootstrap.min.css"|absURL}}">
|
||||
{{"<!-- Animate.css -->"|safeHTML}}
|
||||
<link rel="stylesheet" href="{{"plugins/animate-css/animate.css"|absURL}}">
|
||||
{{"<!-- Magnific popup css -->"|safeHTML}}
|
||||
<link rel="stylesheet" href="{{"plugins/magnific-popup/dist/magnific-popup.css"|absURL}}">
|
||||
{{"<!-- Slick Carousel -->"|safeHTML}}
|
||||
<link rel="stylesheet" href="{{"plugins/slick-carousel/slick/slick.css"|absURL}}">
|
||||
<link rel="stylesheet" href="{{"plugins/slick-carousel/slick/slick-theme.css"|absURL}}">
|
||||
{{"<!-- Main Stylesheet -->"|safeHTML}}
|
||||
{{ $styles := resources.Get "css/style.css" | minify}}
|
||||
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}" media="screen">
|
||||
{{ "<!-- Custom CSS -->" | safeHTML }}
|
||||
{{ range .Site.Params.custom_css }}
|
||||
<link rel="stylesheet" href="{{ . | absURL }}">
|
||||
{{ end }}
|
||||
|
||||
{{- partial "head_custom.html" . }}
|
||||
</head>
|
||||
@@ -4,3 +4,12 @@ Do not put anything in this file - it's only here so that hugo won't throw an er
|
||||
-->
|
||||
{{ $style := resources.Get "sass/custom.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
<meta property="og:title" content="Ataraxy | Call of Duty: Mobile Clan" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://codm.ataraxy.tk/" />
|
||||
<meta property="og:description" content="Come check out our site for the clan for more information like requirements, members and the Discord server!" />
|
||||
<meta property="og:site_name" content="Ataraxy" />
|
||||
<!-- <meta property="og:image" content="http://codm.ataraxy.tk/images/logo/c.png" /> -->
|
||||
<meta property="og:image" content="images/url-preview.png" />
|
||||
<meta property="og:image:width" content="300" />
|
||||
<meta property="og:image:height" content="300" />
|
||||
|
||||
Reference in New Issue
Block a user