Fix the production URL
This commit is contained in:
@@ -9,16 +9,16 @@
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="Abijeet's personal website">
|
||||
<meta name="author" content="Abijeet Patro">
|
||||
<link rel="canonical" href="http://192.168.122.66:1313/categories/">
|
||||
<link rel="canonical" href="https://thecurlybraces.com/categories/">
|
||||
<link crossorigin="anonymous" href="/assets/css/stylesheet.bc1149f4a72aa4858d3a9f71462f75e5884ffe8073ea9d6d5761d5663d651e20.css" integrity="sha256-vBFJ9KcqpIWNOp9xRi915YhP/oBz6p1tV2HVZj1lHiA=" rel="preload stylesheet" as="style">
|
||||
<link rel="icon" href="http://192.168.122.66:1313/images/fav-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://192.168.122.66:1313/images/fav-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://192.168.122.66:1313/images/fav-32x32.png">
|
||||
<link rel="apple-touch-icon" href="http://192.168.122.66:1313/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="http://192.168.122.66:1313/safari-pinned-tab.svg">
|
||||
<link rel="icon" href="https://thecurlybraces.com/images/fav-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://thecurlybraces.com/images/fav-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://thecurlybraces.com/images/fav-32x32.png">
|
||||
<link rel="apple-touch-icon" href="https://thecurlybraces.com/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="https://thecurlybraces.com/safari-pinned-tab.svg">
|
||||
<meta name="theme-color" content="#2e2e33">
|
||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||
<link rel="alternate" type="application/rss+xml" href="http://192.168.122.66:1313/categories/index.xml">
|
||||
<link rel="alternate" type="application/rss+xml" href="https://thecurlybraces.com/categories/index.xml">
|
||||
<noscript>
|
||||
<style>
|
||||
#theme-toggle,
|
||||
@@ -58,7 +58,7 @@
|
||||
</noscript><meta property="og:title" content="Categories" />
|
||||
<meta property="og:description" content="Abijeet's personal website" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="http://192.168.122.66:1313/categories/" />
|
||||
<meta property="og:url" content="https://thecurlybraces.com/categories/" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Categories"/>
|
||||
@@ -81,7 +81,7 @@
|
||||
<header class="header">
|
||||
<nav class="nav">
|
||||
<div class="logo">
|
||||
<a href="http://192.168.122.66:1313" accesskey="h" title="Abijeet Patro (Alt + H)">Abijeet Patro</a>
|
||||
<a href="https://thecurlybraces.com" accesskey="h" title="Abijeet Patro (Alt + H)">Abijeet Patro</a>
|
||||
<div class="logo-switches">
|
||||
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
|
||||
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
|
||||
@@ -118,7 +118,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://192.168.122.66:1313/abijeet-patro-resume.pdf" title="Resume">
|
||||
<a href="https://thecurlybraces.com/abijeet-patro-resume.pdf" title="Resume">
|
||||
<span>Resume</span>
|
||||
</a>
|
||||
</li>
|
||||
@@ -146,7 +146,7 @@
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<span>© 2022 <a href="http://192.168.122.66:1313">Abijeet Patro</a></span>
|
||||
<span>© 2022 <a href="https://thecurlybraces.com">Abijeet Patro</a></span>
|
||||
<span>
|
||||
Powered by
|
||||
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
|
||||
<channel>
|
||||
<title>Categories on Abijeet Patro</title>
|
||||
<link>http://192.168.122.66:1313/categories/</link>
|
||||
<link>https://thecurlybraces.com/categories/</link>
|
||||
<description>Recent content in Categories on Abijeet Patro</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en</language><atom:link href="http://192.168.122.66:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<language>en</language><atom:link href="https://thecurlybraces.com/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
Reference in New Issue
Block a user