| @@ -0,0 +1,151 @@ | |||
| <!DOCTYPE html> | |||
| <html lang="en-us"> | |||
| <head> | |||
| <meta charset="utf-8"> | |||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |||
| <title>404 Page not found</title> | |||
| <style> | |||
| html body { | |||
| font-family: 'Raleway', sans-serif; | |||
| background-color: white; | |||
| } | |||
| :root { | |||
| --accent: green; | |||
| --border-width: 5px ; | |||
| } | |||
| </style> | |||
| <link rel="stylesheet" href="https://linuxmintpl.github.io/blog/css/main.css"> | |||
| <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | |||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/solarized-dark.min.css"> | |||
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |||
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | |||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> | |||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/go.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/haskell.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/kotlin.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/scala.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/swift.min.js"></script> | |||
| <script>hljs.initHighlightingOnLoad();</script> | |||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> | |||
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | |||
| <script>$(document).on('click', function() { $('.collapse').collapse('hide'); })</script> | |||
| <meta name="generator" content="Hugo 0.56.3" /> | |||
| <script type="text/javascript" async | |||
| src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | |||
| </script> | |||
| </head> | |||
| <body> | |||
| <nav class="navbar navbar-default navbar-fixed-top"> | |||
| <div class="container"> | |||
| <div class="navbar-header"> | |||
| <a class="navbar-brand visible-xs" href="#">404 Page not found</a> | |||
| <button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse"> | |||
| <span class="icon-bar"></span> | |||
| <span class="icon-bar"></span> | |||
| <span class="icon-bar"></span> | |||
| </button> | |||
| </div> | |||
| <div class="collapse navbar-collapse"> | |||
| <ul class="nav navbar-nav"> | |||
| <li><a href="/blog/">Home</a></li> | |||
| <li><a href="/blog/posts/">Posts</a></li> | |||
| <li><a href="/blog/project/">Projects</a></li> | |||
| </ul> | |||
| <ul class="nav navbar-nav navbar-right"> | |||
| <li class="navbar-icon"><a href="mailto:me@example.com"><i class="fa fa-envelope-o"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://github.com/linuxmintpl/"><i class="fa fa-github"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://twitter.com/username/"><i class="fa fa-twitter"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://www.linkedin.com/in/username/"><i class="fa fa-linkedin"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://www.stackoverflow.com/username/"><i class="fa fa-stack-overflow"></i></a></li> | |||
| </ul> | |||
| </div> | |||
| </div> | |||
| </nav> | |||
| <main> | |||
| <div class="intro"> | |||
| <h1>¯\_(ツ)_/¯</h1> | |||
| <h2>Page not found</h2> | |||
| </div> | |||
| </main> | |||
| <footer> | |||
| <p class="copyright text-muted">© All rights reserved. Powered by <a href="https://gohugo.io">Hugo</a> and <a href="https://github.com/calintat/minimal">Minimal</a></p> | |||
| </footer> | |||
| </body> | |||
| </html> | |||
| @@ -0,0 +1,152 @@ | |||
| <!DOCTYPE html> | |||
| <html lang="en-us"> | |||
| <head> | |||
| <meta charset="utf-8"> | |||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |||
| <title>Categories</title> | |||
| <style> | |||
| html body { | |||
| font-family: 'Raleway', sans-serif; | |||
| background-color: white; | |||
| } | |||
| :root { | |||
| --accent: green; | |||
| --border-width: 5px ; | |||
| } | |||
| </style> | |||
| <link rel="stylesheet" href="https://linuxmintpl.github.io/blog/css/main.css"> | |||
| <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | |||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/solarized-dark.min.css"> | |||
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |||
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | |||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> | |||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/go.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/haskell.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/kotlin.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/scala.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/swift.min.js"></script> | |||
| <script>hljs.initHighlightingOnLoad();</script> | |||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> | |||
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | |||
| <script>$(document).on('click', function() { $('.collapse').collapse('hide'); })</script> | |||
| <meta name="generator" content="Hugo 0.56.3" /> | |||
| <link href="/blog/categories/index.xml" rel="alternate" type="application/rss+xml" title="Blog LinuxMint.pl" /> | |||
| <link href="/blog/categories/index.xml" rel="feed" type="application/rss+xml" title="Blog LinuxMint.pl" /> | |||
| <script type="text/javascript" async | |||
| src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | |||
| </script> | |||
| </head> | |||
| <body> | |||
| <nav class="navbar navbar-default navbar-fixed-top"> | |||
| <div class="container"> | |||
| <div class="navbar-header"> | |||
| <a class="navbar-brand visible-xs" href="#">Categories</a> | |||
| <button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse"> | |||
| <span class="icon-bar"></span> | |||
| <span class="icon-bar"></span> | |||
| <span class="icon-bar"></span> | |||
| </button> | |||
| </div> | |||
| <div class="collapse navbar-collapse"> | |||
| <ul class="nav navbar-nav"> | |||
| <li><a href="/blog/">Home</a></li> | |||
| <li><a href="/blog/posts/">Posts</a></li> | |||
| <li><a href="/blog/project/">Projects</a></li> | |||
| </ul> | |||
| <ul class="nav navbar-nav navbar-right"> | |||
| <li class="navbar-icon"><a href="mailto:me@example.com"><i class="fa fa-envelope-o"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://github.com/linuxmintpl/"><i class="fa fa-github"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://twitter.com/username/"><i class="fa fa-twitter"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://www.linkedin.com/in/username/"><i class="fa fa-linkedin"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://www.stackoverflow.com/username/"><i class="fa fa-stack-overflow"></i></a></li> | |||
| </ul> | |||
| </div> | |||
| </div> | |||
| </nav> | |||
| <main> | |||
| <h2>Categories</h2> | |||
| </main> | |||
| <footer> | |||
| <p class="copyright text-muted">© All rights reserved. Powered by <a href="https://gohugo.io">Hugo</a> and <a href="https://github.com/calintat/minimal">Minimal</a></p> | |||
| </footer> | |||
| </body> | |||
| </html> | |||
| @@ -0,0 +1 @@ | |||
| <!DOCTYPE html><html><head><title>https://linuxmintpl.github.io/blog/categories/</title><link rel="canonical" href="https://linuxmintpl.github.io/blog/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://linuxmintpl.github.io/blog/categories/" /></head></html> | |||
| @@ -0,0 +1,100 @@ | |||
| html, body { | |||
| height: 100%; | |||
| } | |||
| body { | |||
| padding-top: 55px; | |||
| display: flex; | |||
| text-align: center; | |||
| flex-direction: column; | |||
| } | |||
| main { | |||
| margin: auto; | |||
| padding: 25px; | |||
| flex: 1 0 auto; | |||
| max-width: 750px; | |||
| } | |||
| /*footer*/ | |||
| .copyright { | |||
| margin: 15px 0; | |||
| } | |||
| /*home page*/ | |||
| .intro { | |||
| transform: translateY(22vh); | |||
| } | |||
| .intro > h1 { | |||
| color: #212121; | |||
| font-size: 12vh; | |||
| } | |||
| .intro > h2 { | |||
| color: #757575; | |||
| font-size: 3vmin; | |||
| } | |||
| .intro > .profile { | |||
| width: 10vh; | |||
| height: 10vh; | |||
| border-radius: 50%; | |||
| } | |||
| /*apply accent colour to links*/ | |||
| a:link, a:visited { | |||
| color: var(--accent); | |||
| } | |||
| a.icon:hover { | |||
| text-decoration: none; | |||
| } | |||
| a:hover { | |||
| color: var(--accent) !important; | |||
| } | |||
| /*paginator at bottom of list view*/ | |||
| .pages { | |||
| padding: 15px 0; | |||
| } | |||
| .pages-icon { | |||
| padding: 0 15px; | |||
| } | |||
| /*list item for posts and projects*/ | |||
| .item { | |||
| padding: 10px 0; | |||
| } | |||
| .item-tag { | |||
| background-color: var(--accent); | |||
| } | |||
| /*navigation bar icons*/ | |||
| .navbar-icon { | |||
| font-size: 125%; | |||
| display: inline-block !important; | |||
| } | |||
| /*coloured borders at top and bottom of the page*/ | |||
| .navbar.navbar-default { | |||
| border-top: var(--border-width) solid var(--accent); | |||
| } | |||
| footer { | |||
| border-bottom: var(--border-width) solid var(--accent); | |||
| } | |||
| img { | |||
| max-width: 100%; | |||
| } | |||
| @@ -0,0 +1,157 @@ | |||
| <!DOCTYPE html> | |||
| <html lang="en-us"> | |||
| <head> | |||
| <meta charset="utf-8"> | |||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |||
| <title>Blog LinuxMint.pl</title> | |||
| <style> | |||
| html body { | |||
| font-family: 'Raleway', sans-serif; | |||
| background-color: white; | |||
| } | |||
| :root { | |||
| --accent: green; | |||
| --border-width: 5px ; | |||
| } | |||
| </style> | |||
| <link rel="stylesheet" href="https://linuxmintpl.github.io/blog/css/main.css"> | |||
| <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | |||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/solarized-dark.min.css"> | |||
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |||
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | |||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> | |||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/go.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/haskell.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/kotlin.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/scala.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/swift.min.js"></script> | |||
| <script>hljs.initHighlightingOnLoad();</script> | |||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> | |||
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | |||
| <script>$(document).on('click', function() { $('.collapse').collapse('hide'); })</script> | |||
| <meta name="generator" content="Hugo 0.56.3" /> | |||
| <link href="/blog/index.xml" rel="alternate" type="application/rss+xml" title="Blog LinuxMint.pl" /> | |||
| <link href="/blog/index.xml" rel="feed" type="application/rss+xml" title="Blog LinuxMint.pl" /> | |||
| <script type="text/javascript" async | |||
| src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | |||
| </script> | |||
| </head> | |||
| <body> | |||
| <nav class="navbar navbar-default navbar-fixed-top"> | |||
| <div class="container"> | |||
| <div class="navbar-header"> | |||
| <a class="navbar-brand visible-xs" href="#">Blog LinuxMint.pl</a> | |||
| <button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse"> | |||
| <span class="icon-bar"></span> | |||
| <span class="icon-bar"></span> | |||
| <span class="icon-bar"></span> | |||
| </button> | |||
| </div> | |||
| <div class="collapse navbar-collapse"> | |||
| <ul class="nav navbar-nav"> | |||
| <li><a href="/blog/">Home</a></li> | |||
| <li><a href="/blog/posts/">Posts</a></li> | |||
| <li><a href="/blog/project/">Projects</a></li> | |||
| </ul> | |||
| <ul class="nav navbar-nav navbar-right"> | |||
| <li class="navbar-icon"><a href="mailto:me@example.com"><i class="fa fa-envelope-o"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://github.com/linuxmintpl/"><i class="fa fa-github"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://twitter.com/username/"><i class="fa fa-twitter"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://www.linkedin.com/in/username/"><i class="fa fa-linkedin"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://www.stackoverflow.com/username/"><i class="fa fa-stack-overflow"></i></a></li> | |||
| </ul> | |||
| </div> | |||
| </div> | |||
| </nav> | |||
| <main> | |||
| <div class="intro"> | |||
| <h1>Blog LinuxMint.pl</h1> | |||
| <h2>Personal blog theme powered by Hugo</h2> | |||
| </div> | |||
| </main> | |||
| <footer> | |||
| <p class="copyright text-muted">© All rights reserved. Powered by <a href="https://gohugo.io">Hugo</a> and <a href="https://github.com/calintat/minimal">Minimal</a></p> | |||
| </footer> | |||
| </body> | |||
| </html> | |||
| @@ -0,0 +1,152 @@ | |||
| <!DOCTYPE html> | |||
| <html lang="en-us"> | |||
| <head> | |||
| <meta charset="utf-8"> | |||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |||
| <title>Tags</title> | |||
| <style> | |||
| html body { | |||
| font-family: 'Raleway', sans-serif; | |||
| background-color: white; | |||
| } | |||
| :root { | |||
| --accent: green; | |||
| --border-width: 5px ; | |||
| } | |||
| </style> | |||
| <link rel="stylesheet" href="https://linuxmintpl.github.io/blog/css/main.css"> | |||
| <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | |||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/solarized-dark.min.css"> | |||
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |||
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | |||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> | |||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/go.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/haskell.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/kotlin.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/scala.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/swift.min.js"></script> | |||
| <script>hljs.initHighlightingOnLoad();</script> | |||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> | |||
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | |||
| <script>$(document).on('click', function() { $('.collapse').collapse('hide'); })</script> | |||
| <meta name="generator" content="Hugo 0.56.3" /> | |||
| <link href="/blog/tags/index.xml" rel="alternate" type="application/rss+xml" title="Blog LinuxMint.pl" /> | |||
| <link href="/blog/tags/index.xml" rel="feed" type="application/rss+xml" title="Blog LinuxMint.pl" /> | |||
| <script type="text/javascript" async | |||
| src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | |||
| </script> | |||
| </head> | |||
| <body> | |||
| <nav class="navbar navbar-default navbar-fixed-top"> | |||
| <div class="container"> | |||
| <div class="navbar-header"> | |||
| <a class="navbar-brand visible-xs" href="#">Tags</a> | |||
| <button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse"> | |||
| <span class="icon-bar"></span> | |||
| <span class="icon-bar"></span> | |||
| <span class="icon-bar"></span> | |||
| </button> | |||
| </div> | |||
| <div class="collapse navbar-collapse"> | |||
| <ul class="nav navbar-nav"> | |||
| <li><a href="/blog/">Home</a></li> | |||
| <li><a href="/blog/posts/">Posts</a></li> | |||
| <li><a href="/blog/project/">Projects</a></li> | |||
| </ul> | |||
| <ul class="nav navbar-nav navbar-right"> | |||
| <li class="navbar-icon"><a href="mailto:me@example.com"><i class="fa fa-envelope-o"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://github.com/linuxmintpl/"><i class="fa fa-github"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://twitter.com/username/"><i class="fa fa-twitter"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://www.linkedin.com/in/username/"><i class="fa fa-linkedin"></i></a></li> | |||
| <li class="navbar-icon"><a href="https://www.stackoverflow.com/username/"><i class="fa fa-stack-overflow"></i></a></li> | |||
| </ul> | |||
| </div> | |||
| </div> | |||
| </nav> | |||
| <main> | |||
| <h2>Tags</h2> | |||
| </main> | |||
| <footer> | |||
| <p class="copyright text-muted">© All rights reserved. Powered by <a href="https://gohugo.io">Hugo</a> and <a href="https://github.com/calintat/minimal">Minimal</a></p> | |||
| </footer> | |||
| </body> | |||
| </html> | |||
| @@ -0,0 +1 @@ | |||
| <!DOCTYPE html><html><head><title>https://linuxmintpl.github.io/blog/tags/</title><link rel="canonical" href="https://linuxmintpl.github.io/blog/tags/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://linuxmintpl.github.io/blog/tags/" /></head></html> | |||