diff --git a/src/assets/feeds/feed.xsl b/src/assets/feeds/feed.xsl index b57b569b..40733d82 100644 --- a/src/assets/feeds/feed.xsl +++ b/src/assets/feeds/feed.xsl @@ -1,116 +1,35 @@ - - - - - - - - - - <xsl:value-of select="atom:feed/atom:title"/> - - - - - - - - - - - -
-
- -
-
-

- - - - Feed preview • all posts -

-

I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 - rescue dogs, technology, automation, music, writing, reading and tv and movies. -

-

- This feed preview only shows titles, but the actual feed contains the full content. -

-

- I also have a JSON feed available. -

- - Visit site → - -

- -

-
- -
-
-
-

- This is a web feed, - also known as an RSS or Atom feed. -

-

- Subscribe - by copying the URL from the address bar into your newsreader. -

-
- Visit About Feeds to get started with newsreaders and - subscribing. It's free. - -
-
-
- - -
- -
-

- - - - - - -

- -
-
-
+--- +layout: null +--- +{% include partials/header.xsl %} +
+
+

+ + + + Feed preview • all posts +

+

I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 + rescue dogs, technology, automation, music, writing, reading and tv and movies. +

+

+ This feed preview only shows titles, but the actual feed contains the full content. +

+

+ I also have a JSON feed available. +

+ + Visit site → + +

+ +

+
+ +
+{% include partials/footer.xsl %} \ No newline at end of file diff --git a/src/assets/feeds/follow.xsl b/src/assets/feeds/follow.xsl index 456e3b1c..1793938f 100644 --- a/src/assets/feeds/follow.xsl +++ b/src/assets/feeds/follow.xsl @@ -1,96 +1,26 @@ - - - - - - - - - - <xsl:value-of select="atom:feed/atom:title"/> - - - - - - - - - - - -
-
- -
-
-

- - - - Feed preview • follow -

-

My activity from around the web.

-

- -

-
-
    - -
-
-
-
-

- This is a web feed, - also known as an RSS or Atom feed. -

-

- Subscribe - by copying the URL from the address bar into your newsreader. -

-
- Visit About Feeds to get started with newsreaders and - subscribing. It's free. - -
-
-
- - -
- -
  • - - - - - - - • - -
  • -
    -
    \ No newline at end of file +--- +layout: null +--- +{% include partials/header.xsl %} +
    +
    +

    + + + + Feed preview • follow +

    +

    My activity from around the web.

    +

    + +

    +
    + +
    +{% include partials/footer.xsl %} \ No newline at end of file diff --git a/src/assets/feeds/links.xsl b/src/assets/feeds/links.xsl index d83aeeb4..aea72228 100644 --- a/src/assets/feeds/links.xsl +++ b/src/assets/feeds/links.xsl @@ -1,98 +1,28 @@ - - - - - - - - - - <xsl:value-of select="atom:feed/atom:title"/> - - - - - - - - - - - -
    -
    - -
    -
    -

    - - - - Feed preview • links -

    -

    Recently read and favorited links - sourced from my Instapaper likes. -

    -

    - -

    -
    -
      - -
    -
    -
    -
    -

    - This is a web feed, - also known as an RSS or Atom feed. -

    -

    - Subscribe - by copying the URL from the address bar into your newsreader. -

    -
    - Visit About Feeds to get started with newsreaders and - subscribing. It's free. - -
    -
    -
    - - -
    - -
  • - - - - - - - • - -
  • -
    -
    \ No newline at end of file +--- +layout: null +--- +{% include partials/header.xsl %} +
    +
    +

    + + + + Feed preview • links +

    +

    Recently read and favorited links + sourced from my Instapaper likes. +

    +

    + +

    +
    + +
    +{% include partials/footer.xsl %} \ No newline at end of file diff --git a/src/assets/feeds/partials/footer.xsl b/src/assets/feeds/partials/footer.xsl new file mode 100644 index 00000000..40890bac --- /dev/null +++ b/src/assets/feeds/partials/footer.xsl @@ -0,0 +1,49 @@ +--- +layout: null +--- + + + + + + + +
    +

    + + + + + + +

    + +
    +
    + diff --git a/src/assets/feeds/partials/header.xsl b/src/assets/feeds/partials/header.xsl new file mode 100644 index 00000000..97305f4b --- /dev/null +++ b/src/assets/feeds/partials/header.xsl @@ -0,0 +1,43 @@ +--- +layout: null +--- + + + + + + + + + + <xsl:value-of select="atom:feed/atom:title"/> + + + + + + + + + + + +
    +
    + \ No newline at end of file