Skip to content
Merged
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
6 changes: 3 additions & 3 deletions blogsource/content/post/atom-template.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Feed</title>
<link href="https://profanity-im.github.io/blog/" />
<link href="https://profanity-im.github.io/blog/atom.xml" rel="self" />
<link href="https://profanity-im.github.io/blog/post/" />
<link href="https://profanity-im.github.io/blog/post/atom.xml" rel="self" />
<id />
<updated />
<entry data-sblg-forall="1" data-sblg-entry="1" data-sblg-altlink="1"
data-sblg-altlink-fmt="https://profanity-im.github.io/blog/${sblg-base}.html" />
data-sblg-altlink-fmt="https://profanity-im.github.io/blog/post/${sblg-base}.html" />
</feed>
6 changes: 3 additions & 3 deletions blogsource/content/post/blog-index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
<meta http-equiv="Expires" content="-1"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<link href="../css/profanity.css" type="text/css" rel="stylesheet"/>
<link href="../../css/profanity.css" type="text/css" rel="stylesheet"/>
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="Atom Feed" />
</head>

<body id="blogposts">
<img class="overlay" src="../images/profanity_mouth-only.png" alt="Profanity Illustration" />
<img class="overlay" src="../../images/profanity_mouth-only.png" alt="Profanity Illustration" />
<header>
<h1>Profani<span class="kern-ty">ty</span></h1>
<h2>Developer Blog</h2>
</header>
<nav style="float: right;">
<a href="../index.html">Main page</a>
<a href="../../index.html">Main page</a>
</nav>
<article id="manual">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion blogsource/content/post/blog-post-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="Expires" content="-1"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<link href="../css/profanity.css" type="text/css" rel="stylesheet"/>
<link href="../../css/profanity.css" type="text/css" rel="stylesheet"/>
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="Atom Feed"/>
</head>

Expand Down
2 changes: 1 addition & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<a href="plugins.html">Plugins</a><br />
<a href="issues.html">Reporting issues</a><br />
<a id="link-helpout" href="helpout.html">How to help out</a><br />
<a href="blog/index.html">Blog</a><br />
<a href="blog/post/index.html">Blog</a><br />
<a href="themegallery.html">Theme Gallery</a><br />
</p>

Expand Down
Loading