<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Themes Guide on Ashwini Munji</title>
    <link>https://www.ashwinimunji.com/series/themes-guide/</link>
    <description>Recent content in Themes Guide on Ashwini Munji</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 15 May 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://www.ashwinimunji.com/series/themes-guide/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>HTML and CSS only tabs</title>
      <link>https://www.ashwinimunji.com/posts/html-and-css-only-tabs/</link>
      <pubDate>Sun, 15 May 2022 00:00:00 +0000</pubDate>
      
      <guid>https://www.ashwinimunji.com/posts/html-and-css-only-tabs/</guid>
      <description>Basic shortcodes  Link to heading   The following content:
{{&amp;lt; tabgroup &amp;gt;}} {{&amp;lt; tab name=&amp;#34;Hello&amp;#34; &amp;gt;}} Hello World! {{&amp;lt; /tab &amp;gt;}} {{&amp;lt; tab name=&amp;#34;Goodbye&amp;#34; &amp;gt;}} Goodbye Everybody! {{&amp;lt; /tab &amp;gt;}} {{&amp;lt; /tabgroup &amp;gt;}} Will generate:
 .tabs input#tab-0-0:checked ~ .tab-content-0-0 { display: block; }  Hello Hello World!   .tabs input#tab-0-1:checked ~ .tab-content-0-1 { display: block; }  Goodbye Goodbye Everybody!   Right alighment  Link to heading   You can also align the tabs to the right:</description>
    </item>
    
    <item>
      <title>Markdown Syntax Guide</title>
      <link>https://www.ashwinimunji.com/posts/markdown-syntax/</link>
      <pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.ashwinimunji.com/posts/markdown-syntax/</guid>
      <description>&lt;p&gt;This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
