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: 5 additions & 1 deletion blogsource/content/contributors/contributor-index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
<body id="contributors">
<img class="overlay" src="../images/profanity_mouth-only.png" alt="Profanity Illustration" />
<header>
<h1>Profani<span class="kern-ty">ty</span></h1>
<h1>
<a href="../../index.html">
Profani<span class="kern-ty">ty</span>
</a>
</h1>
<h2>Contributors</h2>
</header>
<nav style="float: right;">
Expand Down
2 changes: 1 addition & 1 deletion blogsource/content/contributors/contributor-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<img class="overlay" src="../images/profanity_mouth-only.png" alt="Profanity Illustration" />
<header>
<h1>
<a href="index.html">
<a href="../index.html">
Profani<span class="kern-ty">ty</span>
</a>
</h1>
Expand Down
6 changes: 4 additions & 2 deletions blogsource/content/post/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ all: index.html atom.xml
atom.xml: $(BLOG_POSTS_XML) atom-template.xml
$(SBLG) -s rcmdline -o $@ -a $(BLOG_POSTS_XML)

$(BLOG_POSTS_OUT) index.html: $(BLOG_POSTS_XML) blog-post-template.xml blog-index.xml
index.html: $(BLOG_POSTS_OUT) blog-index.xml
$(SBLG) -o $@ -t blog-index.xml $(BLOG_POSTS_OUT)

$(BLOG_POSTS_OUT): $(BLOG_POSTS_XML) blog-post-template.xml
$(SBLG) -s cmdline -t blog-post-template.xml -L $(BLOG_POSTS_XML)
$(SBLG) -s rcmdline -t blog-index.xml -o $@ $(BLOG_POSTS_XML)

$(BLOG_POSTS_XML): $(BLOG_POSTS)
echo "<article id=\"manual\" data-sblg-article=\"1\">" >$@
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 @@ -14,7 +14,7 @@
<img class="overlay" src="../../images/profanity_mouth-only.png" alt="Profanity Illustration" />
<header>
<h1>
<a href="index.html">
<a href="../../index.html">
Profani<span class="kern-ty">ty</span>
</a>
</h1>
Expand Down
Loading