Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jmintb committed Sep 21, 2023
1 parent 079ca71 commit 3085129
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/blog/programming_language_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Thanks for reading! I hope this post was informative and fun. The code for this
If you have questions or comments checkout [this](https://github.com/jmintb/blog/discussions/1) dicussion thread.


[rss](https://raw.githubusercontent.com/jmintb/blog/main/atom.xml)
<!--[rss](https://raw.githubusercontent.com/jmintb/blog/main/atom.xml) -->
[mastodon](https://hachyderm.io/@jmintb)
[github](https://github.com/jmintb)
[youtube](https://www.youtube.com/channel/UCiktIroKtzNNLqyRgPxvnfQ)
Expand Down
2 changes: 1 addition & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ h1 {

article {
margin: 0 auto;
max-width: 720px;
max-width: 800px;
line-height: 1.3;
}

Expand Down
3 changes: 3 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% block rss %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="atom.xml", trailing_slash=false) }}">
{% endblock %}
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Hello! this is my mostly technical blog. For now I am focused on writing about programming languages.
<p>

<a class="rss" href="/blog/index.xml">rss</a>
<!-- <a class="rss" href="{{ get_url(path="rss.xml", trailing_slash=false) }}">rss</a> -->

<section>
<section class="article-list">
Expand Down
4 changes: 0 additions & 4 deletions templates/page.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<html lang="{{ lang }}">
<head>
<meta
Expand All @@ -12,9 +11,6 @@
{% block content %}
<article>
<h1 class="post-title">{{ page.title }}</h1>
<main >
{% block content %}
<article>
<span class="post-date">{{ page.date | date(format="%Y-%m-%d") }}</span>
{{ page.content | safe }}
</article>
Expand Down

0 comments on commit 3085129

Please sign in to comment.